From 281d1918af9dbf246cf29634e11e992f4d98358b 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 221b257e0925c2..bcc558390d1abe 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: