Skip to content

Commit bd46e48

Browse files
committed
Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil.
1 parent 729148b commit bd46e48

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)