mirror of
https://github.com/django/django.git
synced 2025-10-02 23:04:53 +00:00
fixed typo on docstring
This commit is contained in:
parent
ee25ea0daf
commit
8649833cf8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Storage(object):
|
||||||
|
|
||||||
def exists(self, name):
|
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.
|
storage system, or False if the name is available for a new file.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError('subclasses of Storage must provide a exists() method')
|
raise NotImplementedError('subclasses of Storage must provide a exists() method')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue