Fixed typo in file storage docs.

Thanks Jørgen Abrahamsen.
This commit is contained in:
Aymeric Augustin 2013-01-13 19:35:59 +01:00
parent ba50d3e05b
commit 0ca2d1e20a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ The Storage Class
.. method:: delete(name) .. method:: delete(name)
Deletes the file referenced by ``name``. If deletion is not supported 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 instead
.. method:: exists(name) .. method:: exists(name)