Fix example to match text
This commit is contained in:
parent
2c7ca9bb11
commit
10cf7d947d
|
@ -2156,7 +2156,7 @@ details.
|
||||||
files, which have names ending with '~'::
|
files, which have names ending with '~'::
|
||||||
|
|
||||||
shutil.copytree('Doc/library', '/tmp/library',
|
shutil.copytree('Doc/library', '/tmp/library',
|
||||||
ignore=shutil.ignore_patterns('*~'))
|
ignore=shutil.ignore_patterns('*~', '.svn'))
|
||||||
|
|
||||||
(Contributed by Tarek Ziadé; :issue:`2663`.)
|
(Contributed by Tarek Ziadé; :issue:`2663`.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue