summaryrefslogtreecommitdiffstats
path: root/Doc/library/shutil.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-06-27 15:53:22 (GMT)
committerHynek Schlawack <hs@ox.cx>2012-06-27 15:53:22 (GMT)
commit5d2ecfb7809d6f21df431f3143834367aa27e634 (patch)
tree982fcad41eb0a6a986c671168892b72b82485aad /Doc/library/shutil.rst
parent67a7b06008da37267e4d6f86566c39af208f0b27 (diff)
downloadcpython-5d2ecfb7809d6f21df431f3143834367aa27e634.zip
cpython-5d2ecfb7809d6f21df431f3143834367aa27e634.tar.gz
cpython-5d2ecfb7809d6f21df431f3143834367aa27e634.tar.bz2
Fix typo in shutil doc
Diffstat (limited to 'Doc/library/shutil.rst')
-rw-r--r--Doc/library/shutil.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 1c27cc9..c3947bb 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -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