Commit 7a718941 by Calen Pennington

Remove extra word in doc string

parent f3cb5617
...@@ -123,7 +123,7 @@ class ModuleStore(object): ...@@ -123,7 +123,7 @@ class ModuleStore(object):
def get_item(self, location): def get_item(self, location):
""" """
Returns an XModuleDescriptor instance for the item at location. Returns an XModuleDescriptor instance for the item at location.
If location.revision is None, returns the most item with the most If location.revision is None, returns the item with the most
recent revision recent revision
If any segment of the location is None except revision, raises If any segment of the location is None except revision, raises
......
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