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.
There was an error while loading. Please reload this page.
1 parent c16affa commit 7219cbeCopy full SHA for 7219cbe
1 file changed
Doc/dist/dist.tex
@@ -2926,10 +2926,7 @@ \section{\module{distutils.file_util} --- Single file operations}
2926
to \code{'hard'} or \code{'sym'}; if it is \code{None} (the default),
2927
files are copied. Don't set \var{link} on systems that don't support
2928
it: \function{copy_file()} doesn't check if hard or symbolic linking is
2929
-available.
2930
-
2931
-Under Mac OS 9, uses the native file copy function in \module{macostools};
2932
-on other systems, uses \var{_copy_file_contents()} to copy file contents.
+available. It uses \var{_copy_file_contents()} to copy file contents.
2933
2934
Return a tuple \samp{(dest_name, copied)}: \var{dest_name} is the actual
2935
name of the output file, and \var{copied} is true if the file was copied
0 commit comments