Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea457ad + bd46e48 commit 53260eaCopy full SHA for 53260ea
1 file changed
Doc/tutorial/stdlib.rst
@@ -40,7 +40,9 @@ a higher level interface that is easier to use::
40
41
>>> import shutil
42
>>> shutil.copyfile('data.db', 'archive.db')
43
+ 'archive.db'
44
>>> shutil.move('/build/executables', 'installdir')
45
+ 'installdir'
46
47
48
.. _tut-file-wildcards:
0 commit comments