mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed comment typo
This commit is contained in:
parent
723c9a8c6d
commit
06b1dedae5
@ -192,7 +192,7 @@ Type 'yes' to continue, or 'no' to cancel: """
|
|||||||
|
|
||||||
def clear_dir(self, path):
|
def clear_dir(self, path):
|
||||||
"""
|
"""
|
||||||
Deletes the given relative path using the destinatin storage backend.
|
Deletes the given relative path using the destination storage backend.
|
||||||
"""
|
"""
|
||||||
dirs, files = self.storage.listdir(path)
|
dirs, files = self.storage.listdir(path)
|
||||||
for f in files:
|
for f in files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user