From 5d2ecfb7809d6f21df431f3143834367aa27e634 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 27 Jun 2012 17:53:22 +0200 Subject: Fix typo in shutil doc --- Doc/library/shutil.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12