summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-12-06 23:08:21 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-12-06 23:08:21 +0000
commita47c2eff6c4c58c721ddee00d54f8efdf520ba2a (patch)
tree3170e88714024352d93d668ec19144fd8e64f880 /docs
parentd1c0c473ce64d6536256229dde42f0467c977355 (diff)
[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
Diffstat (limited to 'docs')
-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 a1b83cca6a..84ef00c897 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -79,7 +79,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:: open(name, mode='rb')