diff options
author | Yuki Kobayashi <drsuaimqjgar@gmail.com> | 2024-12-10 17:35:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 17:35:00 (GMT) |
commit | 035f512046337e64a018d11fdaa3b21758625291 (patch) | |
tree | 46827d38df8723714f308e8e87d8b537ee3c953f /Doc | |
parent | c91ccbe4ac0ec15c503521f539b3528db85871b4 (diff) | |
download | cpython-035f512046337e64a018d11fdaa3b21758625291.zip cpython-035f512046337e64a018d11fdaa3b21758625291.tar.gz cpython-035f512046337e64a018d11fdaa3b21758625291.tar.bz2 |
Docs: Fix indents in `xmlrpc.client.rst` (#127782)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xmlrpc.client.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index c57f433..971e656 100644 --- a/Doc/library/xmlrpc.client.rst +++ b/Doc/library/xmlrpc.client.rst @@ -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`` |