diff -r 1a3f2d0ced35 Doc/tutorial/stdlib.rst --- a/Doc/tutorial/stdlib.rst Mon May 12 22:40:49 2014 -0400 +++ b/Doc/tutorial/stdlib.rst Thu May 22 16:17:01 2014 -0400 @@ -40,7 +40,9 @@ >>> import shutil >>> shutil.copyfile('data.db', 'archive.db') + 'archive.db' >>> shutil.move('/build/executables', 'installdir') + 'installdir' .. _tut-file-wildcards: