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

Skip to content

Commit 5d2ecfb

Browse files
committed
Fix typo in shutil doc
1 parent 67a7b06 commit 5d2ecfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/shutil.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Directory and files operations
9191
.. versionchanged:: 3.3
9292
Added *symlinks* argument.
9393

94-
.. function:: copy(src, dst, symlinks=False))
94+
.. function:: copy(src, dst, symlinks=False)
9595

9696
Copy the file *src* to the file or directory *dst* and return the file's
9797
destination. If *dst* is a directory, a

0 commit comments

Comments
 (0)