Remove extra word in doc string

This commit is contained in:
Calen Pennington
2012-06-19 14:17:05 -04:00
committed by Matthew Mongeau
parent 568cf10f7e
commit 591175b680

View File

@@ -123,7 +123,7 @@ class ModuleStore(object):
def get_item(self, 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
If any segment of the location is None except revision, raises