Skip to content

Commit 53260ea

Browse files
committed
merge
2 parents ea457ad + bd46e48 commit 53260ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/tutorial/stdlib.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ a higher level interface that is easier to use::
4040

4141
>>> import shutil
4242
>>> shutil.copyfile('data.db', 'archive.db')
43+
'archive.db'
4344
>>> shutil.move('/build/executables', 'installdir')
45+
'installdir'
4446

4547

4648
.. _tut-file-wildcards:

0 commit comments

Comments
 (0)