Skip to content

Commit

Permalink
Docs: Fix indents in xmlrpc.client.rst (#127782)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuki7w authored Dec 10, 2024
1 parent c91ccbe commit 035f512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/library/xmlrpc.client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 035f512

Please sign in to comment.