Fix trailing whitespace issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user