Commit 5b93992e by Jesse Zoldak

Fix trailing whitespace issues

parent e9635e7f
......@@ -73,7 +73,7 @@ MOCK_MODULES = [
'eventtracking',
'xmodule',
'xmodule.exceptions',
'xmodule.modulestore',
'xmodule.modulestore',
'xmodule.modulestore.exceptions',
'xmodule.modulestore.django',
'courseware.models',
......@@ -118,7 +118,7 @@ MOCK_MODULES = [
'reportlab.pdfgen',
'reportlab.pdfgen.canvas',
'reportlab.lib.pagesizes',
'reportlab.lib.units',
'reportlab.lib.units',
'reportlab.lib.styles',
'reportlab.platypus',
'reportlab.platypus.tables',
......
......@@ -77,7 +77,7 @@ class CourseList(CourseViewMixin, ListAPIView):
"""
**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.
......@@ -165,7 +165,7 @@ class CourseDetail(CourseViewMixin, RetrieveAPIView):
**Response Values**
* id: The unique identifier for the course.
* name: The name of the course.
* category: The type of content.
......
......@@ -47,7 +47,7 @@ class AccountView(APIView):
* gender: One of the fullowing values:
* "m"
* "m"
* "f"
* "o"
* 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