From fb1ba6b0dfcbeeb5d5d9ac562f2a9f9ee9c29fc6 Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Tue, 30 Aug 2022 14:07:45 +0200 Subject: [PATCH] add blank line in docstring --- fs/move.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/move.py b/fs/move.py index f08ea12d..9cb5df2a 100644 --- a/fs/move.py +++ b/fs/move.py @@ -142,6 +142,7 @@ def move_dir( fs.errors.DirectoryExpected: if ``src_path`` or one of its ancestors is not a directory. fs.errors.IllegalDestination: when moving a folder into itself + """ with manage_fs(src_fs, writeable=True) as _src_fs: with manage_fs(dst_fs, writeable=True, create=True) as _dst_fs: