Merge pull request #2186 from zemanel/master

Fixed typo on docstring
This commit is contained in:
Tim Graham 2014-01-21 04:46:14 -08:00
commit 8606785faa
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Storage(object):
def exists(self, name):
"""
Returns True if a file referened by the given name already exists in the
Returns True if a file referenced by the given name already exists in the
storage system, or False if the name is available for a new file.
"""
raise NotImplementedError('subclasses of Storage must provide a exists() method')