mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix version directive indents (#117719)
This commit is contained in:
parent
245e426b55
commit
94e9c35cd0
4 changed files with 8 additions and 8 deletions
|
@ -334,14 +334,14 @@ write code that handles both IP versions correctly. Address objects are
|
||||||
.. attribute:: is_multicast
|
.. attribute:: is_multicast
|
||||||
.. attribute:: is_private
|
.. attribute:: is_private
|
||||||
.. attribute:: is_global
|
.. attribute:: is_global
|
||||||
|
|
||||||
|
.. versionadded:: 3.4
|
||||||
|
|
||||||
.. attribute:: is_unspecified
|
.. attribute:: is_unspecified
|
||||||
.. attribute:: is_reserved
|
.. attribute:: is_reserved
|
||||||
.. attribute:: is_loopback
|
.. attribute:: is_loopback
|
||||||
.. attribute:: is_link_local
|
.. attribute:: is_link_local
|
||||||
|
|
||||||
.. versionadded:: 3.4
|
|
||||||
is_global
|
|
||||||
|
|
||||||
.. attribute:: is_site_local
|
.. attribute:: is_site_local
|
||||||
|
|
||||||
``True`` if the address is reserved for site-local usage. Note that
|
``True`` if the address is reserved for site-local usage. Note that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue