diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-29 04:14:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-29 04:14:23 (GMT) |
commit | 53553c4376d709fa33212d190f1ec4fa90233e32 (patch) | |
tree | a0c3fb36967c83e0cc193cb568a36cbf65a7dd95 /Doc/library/ipaddress.rst | |
parent | 3f063a54ce6147c15199d42c26dc09b35cd678d0 (diff) | |
parent | 5feeebaa8496f27316f5240ebd3f9612108cfa3d (diff) | |
download | cpython-53553c4376d709fa33212d190f1ec4fa90233e32.zip cpython-53553c4376d709fa33212d190f1ec4fa90233e32.tar.gz cpython-53553c4376d709fa33212d190f1ec4fa90233e32.tar.bz2 |
merge 3.4
Diffstat (limited to 'Doc/library/ipaddress.rst')
-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 d48fac9..7b59440 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 |