summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-12-06 23:07:46 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-12-06 23:07:46 +0000
commit4a1fd44c0f19a6d5f7c90cba5c6460f9c4ebc79a (patch)
treec363a2043e612f9c1cbfae68379f6def5e199161 /docs/ref
parent5fadc862007a967dcb66774a78fee7c4808c6a69 (diff)
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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/files/storage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 923a098bc4..73a8fb0955 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -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)