Commit d828c5c3 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

[1.5.x] Fixed typo in file storage docs.

Thanks Jørgen Abrahamsen.

Backport of 0ca2d1e2.
parent f16eb0b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ The Storage Class
    .. method:: delete(name)

        Deletes the file referenced by ``name``. If deletion is not supported
        on the targest storage system this will raise ``NotImplementedError``
        on the target storage system this will raise ``NotImplementedError``
        instead

    .. method:: exists(name)