Kaydet (Commit) 8606785f authored tarafından Tim Graham's avatar Tim Graham

Merge pull request #2186 from zemanel/master

Fixed typo on docstring
......@@ -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')
......
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