]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Sep 2025 09:20:28 +0000 (11:20 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 09:20:28 +0000 (12:20 +0300)
Co-authored-by: Andreas Pelme <andreas@pelme.se>
Doc/library/shutil.rst

index 5b552e2da6eee6473062fb92861fa5db4b33dff5..3a4631e7c657fe7d385f8ec4c08af15e9c52d6c4 100644 (file)
@@ -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: