From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:03:28 +0000 (+0200) Subject: [3.13] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (GH-138196) X-Git-Tag: v3.13.8~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a346055b75f22ac1b5c069bac0f2b0ba969389;p=thirdparty%2FPython%2Fcpython.git [3.13] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (GH-138196) Docs: Fix typo in `shutil.make_archive` example (GH-138188) (cherry picked from commit f733e428f8d19cb211f24ca7fb8abf65e1f2efed) Co-authored-by: Andreas Pelme --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 221b257e0925..bcc558390d1a 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -835,7 +835,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: