Skip to content

Commit 4283220

Browse files
hugovkpull[bot]
authored andcommitted
Fix version directive indents (#117719)
1 parent 590fff2 commit 4283220

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Doc/library/decimal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ are also included in the pure Python version for compatibility.
15171517
the C version uses a thread-local rather than a coroutine-local context and the value
15181518
is ``False``. This is slightly faster in some nested context scenarios.
15191519

1520-
.. versionadded:: 3.8.3
1520+
.. versionadded:: 3.8.3
15211521

15221522

15231523
Rounding modes

Doc/library/ipaddress.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,14 @@ write code that handles both IP versions correctly. Address objects are
334334
.. attribute:: is_multicast
335335
.. attribute:: is_private
336336
.. attribute:: is_global
337+
338+
.. versionadded:: 3.4
339+
337340
.. attribute:: is_unspecified
338341
.. attribute:: is_reserved
339342
.. attribute:: is_loopback
340343
.. attribute:: is_link_local
341344

342-
.. versionadded:: 3.4
343-
is_global
344-
345345
.. attribute:: is_site_local
346346

347347
``True`` if the address is reserved for site-local usage. Note that

Doc/library/ssl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ to speed up repeated connections from the same clients.
18201820
.. versionchanged:: 3.6
18211821
*session* argument was added.
18221822

1823-
.. versionchanged:: 3.7
1823+
.. versionchanged:: 3.7
18241824
The method returns an instance of :attr:`SSLContext.sslsocket_class`
18251825
instead of hard-coded :class:`SSLSocket`.
18261826

Doc/library/urllib.request.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ The :mod:`urllib.request` module defines the following functions:
113113
``http/1.1`` when no *context* is given. Custom *context* should set
114114
ALPN protocols with :meth:`~ssl.SSLContext.set_alpn_protocols`.
115115

116-
.. versionchanged:: 3.13
117-
Remove *cafile*, *capath* and *cadefault* parameters: use the *context*
118-
parameter instead.
116+
.. versionchanged:: 3.13
117+
Remove *cafile*, *capath* and *cadefault* parameters: use the *context*
118+
parameter instead.
119119

120120

121121
.. function:: install_opener(opener)

0 commit comments

Comments
 (0)