From 1190af5071775249b57c33f4d27d6c6481949d75 Mon Sep 17 00:00:00 2001 From: joshuapatel <23743695+joshuapatel@users.noreply.github.com> Date: Mon, 21 Dec 2020 01:34:45 -0500 Subject: [PATCH] Fixed typo in docs/ref/files/storage.txt. --- 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 03ec71a2ad..bd595f36b9 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -93,7 +93,7 @@ The ``Storage`` class Deletes the file referenced by ``name``. If deletion is not supported on the target storage system this will raise ``NotImplementedError`` - instead + instead. .. method:: exists(name)