From 4ce4b82d359d074864729d7422a263cca480549e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:20:28 +0200 Subject: [PATCH] [3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195) 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 5b552e2da6ee..3a4631e7c657 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -867,7 +867,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: -- 2.47.3