Skip to content

Commit 281d191

Browse files
pelmemiss-islington
authored andcommitted
Docs: Fix typo in shutil.make_archive example (pythonGH-138188)
(cherry picked from commit f733e42) Co-authored-by: Andreas Pelme <[email protected]>
1 parent cdafa05 commit 281d191

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
@@ -835,7 +835,7 @@ In the final archive, :file:`please_add.txt` should be included, but
835835
... root_dir='tmp/root',
836836
... base_dir='structure/content',
837837
... )
838-
'/Users/tarek/my_archive.tar'
838+
'/Users/tarek/myarchive.tar'
839839

840840
Listing the files in the resulting archive gives us:
841841

0 commit comments

Comments
 (0)