diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-29 04:14:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-29 04:14:15 (GMT) |
commit | 5feeebaa8496f27316f5240ebd3f9612108cfa3d (patch) | |
tree | 2ca72b3a3649755284d1233e999007d8439d2b47 | |
parent | a1a1409e42f9882633d8749d9a190611f4e2ccfd (diff) | |
download | cpython-5feeebaa8496f27316f5240ebd3f9612108cfa3d.zip cpython-5feeebaa8496f27316f5240ebd3f9612108cfa3d.tar.gz cpython-5feeebaa8496f27316f5240ebd3f9612108cfa3d.tar.bz2 |
use a proper m-dash
-rw-r--r-- | Doc/library/ipaddress.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 9625e71..ca87980 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -18,8 +18,8 @@ hosts are on the same subnet, iterating over all hosts in a particular 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 |