diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 00:15:20 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 00:15:20 (GMT) |
commit | 357ed2e57703a92faaae1236813a6d3e2b3d910f (patch) | |
tree | 0d308e1ecdf1c92698701af950aec86f6e6aec17 /Doc/library/shutil.rst | |
parent | b24569a19db79f031045747f55cb5b5fff7374e1 (diff) | |
download | cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.zip cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.tar.gz cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.tar.bz2 |
Change double hyphens (en dashes) to em (longer) dashes
Diffstat (limited to 'Doc/library/shutil.rst')
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index a1cf241..6f50bc3 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. |