https://github.com/python/cpython/commit/f733e428f8d19cb211f24ca7fb8abf65e1f2efed
commit: f733e428f8d19cb211f24ca7fb8abf65e1f2efed
branch: main
author: Andreas Pelme <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2025-08-27T11:57:37-04:00
summary:

Docs: Fix typo in `shutil.make_archive` example (GH-138188)

files:
M Doc/library/shutil.rst

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:
 

_______________________________________________
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]

Reply via email to