mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in shutil doc
This commit is contained in:
parent
67a7b06008
commit
5d2ecfb780
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ Directory and files operations
|
|||
.. versionchanged:: 3.3
|
||||
Added *symlinks* argument.
|
||||
|
||||
.. function:: copy(src, dst, symlinks=False))
|
||||
.. function:: copy(src, dst, symlinks=False)
|
||||
|
||||
Copy the file *src* to the file or directory *dst* and return the file's
|
||||
destination. If *dst* is a directory, a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue