modified quotes and apostrophe in docstring

This commit is contained in:
TJ Keemon 2015-09-21 13:57:37 -04:00
Родитель 23624ac6fc
Коммит 5a8f84af62
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
"""
The File Storage XBlock allows course staffers to add files stored in various internet file storage services to the courseware (courseware, course info and syllabus)
by adding a link through an advanced component that they create in edXs Studio authoring tool. The files can be added either as embedded content,
The "File Storage XBlock" allows course staffers to add files stored in various internet file storage services to the courseware (courseware, course info and syllabus)
by adding a link through an advanced component that they create in edX's Studio authoring tool. The files can be added either as embedded content,
or as links to the files in their original location.
"""
@ -229,4 +229,4 @@ class FileStorageXBlock(XBlock):
<filestorage/>
</vertical_demo>
"""),
]
]