Skip to content

Commit 4ce4b82

Browse files
[3.14] Docs: Fix typo in shutil.make_archive example (GH-138188) (#138195)
Co-authored-by: Andreas Pelme <[email protected]>
1 parent 7e02328 commit 4ce4b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/shutil.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ In the final archive, :file:`please_add.txt` should be included, but
867867
... root_dir='tmp/root',
868868
... base_dir='structure/content',
869869
... )
870-
'/Users/tarek/my_archive.tar'
870+
'/Users/tarek/myarchive.tar'
871871

872872
Listing the files in the resulting archive gives us:
873873

0 commit comments

Comments
 (0)