From d828c5c3a0c0aa736ca7b35fe0cb566ba14f04e4 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 13 Jan 2013 19:35:59 +0100 Subject: [PATCH] [1.5.x] Fixed typo in file storage docs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Jørgen Abrahamsen. Backport of 0ca2d1e. --- docs/ref/files/storage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)