Fix PEP8: W291 trailing whitespace

This commit is contained in:
stv
2014-11-08 18:34:53 -08:00
parent cb894cf35e
commit 1164624fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ class VideoModule(VideoFields, VideoTranscriptsMixin, VideoStudentViewHandlers,
def get_transcripts_for_student(self):
"""Return transcript information necessary for rendering the XModule student view.
This is more or less a direct extraction from `get_html`.
This is more or less a direct extraction from `get_html`.
Returns:
Tuple of (track_url, transcript_language, sorted_languages)