mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] Fix version directive indents (GH-117719) (#117810)
This commit is contained in:
parent
a39e01dd09
commit
aeb4ac7441
3 changed files with 5 additions and 5 deletions
|
@ -292,14 +292,14 @@ write code that handles both IP versions correctly. Address objects are
|
|||
.. attribute:: is_multicast
|
||||
.. attribute:: is_private
|
||||
.. attribute:: is_global
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
.. attribute:: is_unspecified
|
||||
.. attribute:: is_reserved
|
||||
.. attribute:: is_loopback
|
||||
.. attribute:: is_link_local
|
||||
|
||||
.. versionadded:: 3.4
|
||||
is_global
|
||||
|
||||
.. attribute:: is_site_local
|
||||
|
||||
``True`` if the address is reserved for site-local usage. Note that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue