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 043732e commit 043d5e5Copy full SHA for 043d5e5
1 file changed
Doc/lib/libshutil.tex
@@ -19,8 +19,9 @@ \section{\module{shutil} ---
19
20
21
\begin{funcdesc}{copyfile}{src, dst}
22
- Copy the contents of \var{src} to \var{dst}. If \var{dst} exists,
23
- it will be replaced, otherwise it will be created.
+ Copy the contents of the file named \var{src} to a file named
+ \var{dst}. If \var{dst} exists, it will be replaced, otherwise it
24
+ will be created.
25
\end{funcdesc}
26
27
\begin{funcdesc}{copyfileobj}{fsrc, fdst\optional{, length}}
0 commit comments