]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: Fix indents in `xmlrpc.client.rst` (GH-127782) (#127800)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Dec 2024 17:44:45 +0000 (18:44 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 17:44:45 +0000 (17:44 +0000)
Docs: Fix indents in `xmlrpc.client.rst` (GH-127782)
(cherry picked from commit 035f512046337e64a018d11fdaa3b21758625291)

Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Doc/library/xmlrpc.client.rst

index c57f433e6efd98dc76fc9964d5066bcb88ab6d0a..971e65605841e734d031a51997d6e1a94dfc0c6e 100644 (file)
@@ -64,11 +64,11 @@ between conformable Python objects and XML on the wire.
    The obsolete *use_datetime* flag is similar to *use_builtin_types* but it
    applies only to date/time values.
 
-.. versionchanged:: 3.3
-    The *use_builtin_types* flag was added.
+   .. versionchanged:: 3.3
+      The *use_builtin_types* flag was added.
 
-.. versionchanged:: 3.8
-    The *headers* parameter was added.
+   .. versionchanged:: 3.8
+      The *headers* parameter was added.
 
    Both the HTTP and HTTPS transports support the URL syntax extension for HTTP
    Basic Authentication: ``http://user:pass@host:port/path``.  The  ``user:pass``