Fix trailing whitespace issues

This commit is contained in:
Jesse Zoldak
2015-04-02 16:32:22 -04:00
parent e9635e7f03
commit 5b93992ecb
3 changed files with 5 additions and 5 deletions

View File

@@ -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',

View File

@@ -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.

View File

@@ -47,7 +47,7 @@ class AccountView(APIView):
* gender: One of the fullowing values:
* "m"
* "m"
* "f"
* "o"
* null