Skip to content

Commit 1e10bea

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 e3fb55e commit 1e10bea

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
@@ -860,7 +860,7 @@ In the final archive, :file:`please_add.txt` should be included, but
860860
... root_dir='tmp/root',
861861
... base_dir='structure/content',
862862
... )
863-
'/Users/tarek/my_archive.tar'
863+
'/Users/tarek/myarchive.tar'
864864

865865
Listing the files in the resulting archive gives us:
866866

0 commit comments

Comments
 (0)