https://github.com/python/cpython/commit/4ce4b82d359d074864729d7422a263cca480549e commit: 4ce4b82d359d074864729d7422a263cca480549e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-11T12:20:28+03:00 summary:
[3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195) 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 5b552e2da6eee6..3a4631e7c657fe 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: _______________________________________________ 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]
