Skip to content

Commit 4a1fd44

Browse files
author
Gabriel Hurley
committed
Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 5fadc86 commit 4a1fd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/files/storage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The Storage Class
9595

9696
Lists the contents of the specified path, returning a 2-tuple of lists;
9797
the first item being directories, the second item being files. For
98-
storage systems that aren't ale to provide such a listing, this will
98+
storage systems that aren't able to provide such a listing, this will
9999
raise a ``NotImplementedError`` instead.
100100

101101
.. method:: modified_time(name)

0 commit comments

Comments
 (0)