Skip to content

Commit a47c2ef

Browse files
author
Gabriel Hurley
committed
[1.2.X] Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.
Backport of [14846] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent d1c0c47 commit a47c2ef

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
@@ -79,7 +79,7 @@ The Storage Class
7979

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

8585
.. method:: open(name, mode='rb')

0 commit comments

Comments
 (0)