Author: gabrielhurley Date: 2010-12-06 17:08:21 -0600 (Mon, 06 Dec 2010) New Revision: 14847
Modified: django/branches/releases/1.2.X/docs/ref/files/storage.txt Log: [1.2.X] Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake. Backport of [14846] from trunk. Modified: django/branches/releases/1.2.X/docs/ref/files/storage.txt =================================================================== --- django/branches/releases/1.2.X/docs/ref/files/storage.txt 2010-12-06 23:07:46 UTC (rev 14846) +++ django/branches/releases/1.2.X/docs/ref/files/storage.txt 2010-12-06 23:08:21 UTC (rev 14847) @@ -79,7 +79,7 @@ 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') -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.