Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

patch.diff (625 bytes ) - added by elbarto 13 years ago.

Download all attachments as: .zip

Change History (3)

by elbarto, 13 years ago

Attachment: patch.diff added

comment:1 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: newclosed

(In [14846]) Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.

comment:2 by Gabriel Hurley, 13 years ago

(In [14847]) [1.2.X] Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.

Backport of [14846] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top