Kaydet (Commit) 4a1fd44c authored tarafından Gabriel Hurley's avatar Gabriel Hurley

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
üst 5fadc862
...@@ -95,7 +95,7 @@ The Storage Class ...@@ -95,7 +95,7 @@ The Storage Class
Lists the contents of the specified path, returning a 2-tuple of lists; Lists the contents of the specified path, returning a 2-tuple of lists;
the first item being directories, the second item being files. For 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. raise a ``NotImplementedError`` instead.
.. method:: modified_time(name) .. method:: modified_time(name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment