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 67a7b06 commit 5d2ecfbCopy full SHA for 5d2ecfb
1 file changed
Doc/library/shutil.rst
@@ -91,7 +91,7 @@ Directory and files operations
91
.. versionchanged:: 3.3
92
Added *symlinks* argument.
93
94
-.. function:: copy(src, dst, symlinks=False))
+.. function:: copy(src, dst, symlinks=False)
95
96
Copy the file *src* to the file or directory *dst* and return the file's
97
destination. If *dst* is a directory, a
0 commit comments