Docs: Fix indents in `xmlrpc.client.rst` (#127782)

This commit is contained in:
Yuki Kobayashi 2024-12-11 02:35:00 +09:00 committed by GitHub
parent c91ccbe4ac
commit 035f512046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View 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``