https://github.com/python/cpython/commit/d6a346055b75f22ac1b5c069bac0f2b0ba969389 commit: d6a346055b75f22ac1b5c069bac0f2b0ba969389 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity <[email protected]> date: 2025-08-27T16:03:28Z summary:
[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 <[email protected]> files: M Doc/library/shutil.rst 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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
