diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-01-13 19:35:59 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-01-13 19:36:49 +0100 |
| commit | 0ca2d1e20a82d5ff0f86ac14988c5e348f9192c3 (patch) | |
| tree | ab112e561b6c98579b314301948994c893c1e1ed /docs/ref/files | |
| parent | ba50d3e05bc9a33aef495a5fbca239afe52237b3 (diff) | |
Fixed typo in file storage docs.
Thanks Jørgen Abrahamsen.
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt index ff175d122b..b9742514ea 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -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) |
