diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-28 22:14:15 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-28 22:14:15 -0600 |
commit | 5feeebaa8496f27316f5240ebd3f9612108cfa3d (patch) | |
tree | 2ca72b3a3649755284d1233e999007d8439d2b47 | |
parent | a1a1409e42f9882633d8749d9a190611f4e2ccfd (diff) | |
download | cpython-git-5feeebaa8496f27316f5240ebd3f9612108cfa3d.tar.gz |
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 9625e71b04..ca8798058e 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 |