Skip to content

Commit f733e42

Browse files
authored
Docs: Fix typo in shutil.make_archive example (GH-138188)
1 parent 0dbbf61 commit f733e42

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)