#14846 closed (fixed)
Writing error in Files/Storage documentation
Reported by: | elbarto | Owned by: | elbarto |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is a writing error in documentation for Files/Storage. It was made in r14832 .
In method "listdir", it says:
"For storage systems that aren't ale to provide such a listing, this will raise a NotImplementedError
instead."
I fixed it with "...that aren't able to..."
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14846]) Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.