From: Andreas Pelme Date: Wed, 27 Aug 2025 15:57:37 +0000 (+0200) Subject: Docs: Fix typo in `shutil.make_archive` example (GH-138188) X-Git-Tag: v3.15.0a1~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f733e428f8d19cb211f24ca7fb8abf65e1f2efed;p=thirdparty%2FPython%2Fcpython.git Docs: Fix typo in `shutil.make_archive` example (GH-138188) --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index dde38498206c..692f31c8ca60 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: