[Python-checkins] cpython (3.4): use a proper m-dash

benjamin.peterson python-checkins at python.org
Mon Dec 29 05:14:33 CET 2014


https://hg.python.org/cpython/rev/1e4aa3724915
changeset:   93982:1e4aa3724915
branch:      3.4
parent:      93978:0a2bb697d1c3
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Dec 28 22:14:15 2014 -0600
summary:
  use a proper m-dash

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


diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -18,8 +18,8 @@
 subnet, checking whether or not a string represents a valid IP address or
 network definition, and so on.
 
-This is the full module API reference - for an overview and introduction,
-see :ref:`ipaddress-howto`.
+This is the full module API reference—for an overview and introduction, see
+:ref:`ipaddress-howto`.
 
 .. versionadded:: 3.3
 

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


More information about the Python-checkins mailing list