Commit 5b93992e by Jesse Zoldak

Fix trailing whitespace issues

parent e9635e7f
...@@ -73,7 +73,7 @@ MOCK_MODULES = [ ...@@ -73,7 +73,7 @@ MOCK_MODULES = [
'eventtracking', 'eventtracking',
'xmodule', 'xmodule',
'xmodule.exceptions', 'xmodule.exceptions',
'xmodule.modulestore', 'xmodule.modulestore',
'xmodule.modulestore.exceptions', 'xmodule.modulestore.exceptions',
'xmodule.modulestore.django', 'xmodule.modulestore.django',
'courseware.models', 'courseware.models',
...@@ -118,7 +118,7 @@ MOCK_MODULES = [ ...@@ -118,7 +118,7 @@ MOCK_MODULES = [
'reportlab.pdfgen', 'reportlab.pdfgen',
'reportlab.pdfgen.canvas', 'reportlab.pdfgen.canvas',
'reportlab.lib.pagesizes', 'reportlab.lib.pagesizes',
'reportlab.lib.units', 'reportlab.lib.units',
'reportlab.lib.styles', 'reportlab.lib.styles',
'reportlab.platypus', 'reportlab.platypus',
'reportlab.platypus.tables', 'reportlab.platypus.tables',
......
...@@ -77,7 +77,7 @@ class CourseList(CourseViewMixin, ListAPIView): ...@@ -77,7 +77,7 @@ class CourseList(CourseViewMixin, ListAPIView):
""" """
**Use Case** **Use Case**
Get a paginated list of courses in the edX Platform. Get a paginated list of courses in the edX Platform.
The list can be filtered by course_id. The list can be filtered by course_id.
...@@ -165,7 +165,7 @@ class CourseDetail(CourseViewMixin, RetrieveAPIView): ...@@ -165,7 +165,7 @@ class CourseDetail(CourseViewMixin, RetrieveAPIView):
**Response Values** **Response Values**
* id: The unique identifier for the course. * id: The unique identifier for the course.
* name: The name of the course. * name: The name of the course.
* category: The type of content. * category: The type of content.
......
...@@ -47,7 +47,7 @@ class AccountView(APIView): ...@@ -47,7 +47,7 @@ class AccountView(APIView):
* gender: One of the fullowing values: * gender: One of the fullowing values:
* "m" * "m"
* "f" * "f"
* "o" * "o"
* null * null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment