Remove extra word in doc string

This commit is contained in:
Calen Pennington
2012-06-19 14:17:05 -04:00
parent b91a1d48b6
commit 47bf71ae10

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