summaryrefslogtreecommitdiffstats
path: root/Doc/library/shutil.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-21 04:22:22 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-21 04:22:22 (GMT)
commit99b6f283515f783afb0acfda09b354eb9feff008 (patch)
tree1229e8e4dac21cf929ff8a504aa30de4fbd3b369 /Doc/library/shutil.rst
parentceccc8562083292d764499e9ed45938f9fb50a1e (diff)
parent357ed2e57703a92faaae1236813a6d3e2b3d910f (diff)
downloadcpython-99b6f283515f783afb0acfda09b354eb9feff008.zip
cpython-99b6f283515f783afb0acfda09b354eb9feff008.tar.gz
cpython-99b6f283515f783afb0acfda09b354eb9feff008.tar.bz2
Merge doc fixups from 3.5
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 fefd6ab..f559ca0 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -107,7 +107,7 @@ Directory and files operations
If *follow_symlinks* is false, and *src* and *dst* both
refer to symbolic links, :func:`copystat` will operate on
the symbolic links themselves rather than the files the
- symbolic links refer to--reading the information from the
+ symbolic links refer to—reading the information from the
*src* symbolic link, and writing the information to the
*dst* symbolic link.