Skip to content

Commit

Permalink
Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elba…
Browse files Browse the repository at this point in the history
…rto for catching the mistake.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Dec 6, 2010
1 parent 5fadc86 commit 4a1fd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/files/storage.txt
Expand Up @@ -95,7 +95,7 @@ The Storage Class

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

.. method:: modified_time(name)
Expand Down

0 comments on commit 4a1fd44

Please sign in to comment.