Commit 0ca2d1e2 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed typo in file storage docs.

Thanks Jørgen Abrahamsen.
parent ba50d3e0
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)