Kaydet (Commit) bd46e483 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil.

üst 729148b2
......@@ -40,7 +40,9 @@ a higher level interface that is easier to use::
>>> import shutil
>>> shutil.copyfile('data.db', 'archive.db')
'archive.db'
>>> shutil.move('/build/executables', 'installdir')
'installdir'
.. _tut-file-wildcards:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment