[Python-checkins] cpython: Fix typo in shutil doc

hynek.schlawack python-checkins at python.org
Wed Jun 27 17:53:39 CEST 2012


http://hg.python.org/cpython/rev/e9f27ec45c15
changeset:   77822:e9f27ec45c15
parent:      77820:6459619aea40
user:        Hynek Schlawack <hs at ox.cx>
date:        Wed Jun 27 17:53:22 2012 +0200
summary:
  Fix typo in shutil doc

files:
  Doc/library/shutil.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -91,7 +91,7 @@
    .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list