Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 043d5e5

Browse files
committed
For copyfile(), be explicit that src and dst are file names; that was only
implied.
1 parent 043732e commit 043d5e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/lib/libshutil.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ \section{\module{shutil} ---
1919

2020

2121
\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.
22+
Copy the contents of the file named \var{src} to a file named
23+
\var{dst}. If \var{dst} exists, it will be replaced, otherwise it
24+
will be created.
2425
\end{funcdesc}
2526

2627
\begin{funcdesc}{copyfileobj}{fsrc, fdst\optional{, length}}

0 commit comments

Comments
 (0)