From 1e10beabd31ade1292b63e940589690c697b13b7 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Wed, 27 Aug 2025 17:57:37 +0200 Subject: [PATCH] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (cherry picked from commit f733e428f8d19cb211f24ca7fb8abf65e1f2efed) Co-authored-by: Andreas Pelme --- 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: