Skip to content

Commit c6c9ff5

Browse files
[3.13] Docs: Fix indents in xmlrpc.client.rst (GH-127782) (#127799)
Docs: Fix indents in `xmlrpc.client.rst` (GH-127782) (cherry picked from commit 035f512) Co-authored-by: Yuki Kobayashi <[email protected]>
1 parent 990ea33 commit c6c9ff5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/xmlrpc.client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ between conformable Python objects and XML on the wire.
6464
The obsolete *use_datetime* flag is similar to *use_builtin_types* but it
6565
applies only to date/time values.
6666

67-
.. versionchanged:: 3.3
68-
The *use_builtin_types* flag was added.
67+
.. versionchanged:: 3.3
68+
The *use_builtin_types* flag was added.
6969

70-
.. versionchanged:: 3.8
71-
The *headers* parameter was added.
70+
.. versionchanged:: 3.8
71+
The *headers* parameter was added.
7272

7373
Both the HTTP and HTTPS transports support the URL syntax extension for HTTP
7474
Basic Authentication: ``http://user:pass@host:port/path``. The ``user:pass``

0 commit comments

Comments
 (0)