mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix example to match text
This commit is contained in:
parent
2c7ca9bb11
commit
10cf7d947d
1 changed files with 1 additions and 1 deletions
|
@ -2156,7 +2156,7 @@ details.
|
|||
files, which have names ending with '~'::
|
||||
|
||||
shutil.copytree('Doc/library', '/tmp/library',
|
||||
ignore=shutil.ignore_patterns('*~'))
|
||||
ignore=shutil.ignore_patterns('*~', '.svn'))
|
||||
|
||||
(Contributed by Tarek Ziadé; :issue:`2663`.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue