From 08a05d0e7399b63977b33fef8ca677d55cfce848 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Wed, 27 Aug 2025 15:02:50 +0200 Subject: [PATCH] Fix typo in shutil.make_archive example --- Doc/library/shutil.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index dde38498206c46..692f31c8ca60bd 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -860,7 +860,7 @@ In the final archive, :file:`please_add.txt` should be included, but ... root_dir='tmp/root', ... base_dir='structure/content', ... ) - '/Users/tarek/my_archive.tar' + '/Users/tarek/myarchive.tar' Listing the files in the resulting archive gives us: