Skip to content

Commit

Permalink
Docs: Fix indents in xmlrpc.client.rst (pythonGH-127782)
Browse files Browse the repository at this point in the history
(cherry picked from commit 035f512)

Co-authored-by: Yuki Kobayashi <[email protected]>
  • Loading branch information
koyuki7w authored and miss-islington committed Dec 10, 2024
1 parent 990ea33 commit 3d47faf
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 3d47faf

Please sign in to comment.