Skip to content

Commit 381495a

Browse files
koyuki7wsrinivasreddy
authored andcommitted
Docs: Fix indents in xmlrpc.client.rst (python#127782)
1 parent b25d10d commit 381495a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/xmlrpc.client.rst

+4-4
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)