Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5f3a50

Browse files
Issue #26889: Fixed hyperlinks formatting.
2 parents 72ac6a7 + 64099ea commit a5f3a50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/xmlrpc.client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ between conformable Python objects and XML on the wire.
5252
XML; the default behaviour is for ``None`` to raise a :exc:`TypeError`. This is
5353
a commonly-used extension to the XML-RPC specification, but isn't supported by
5454
all clients and servers; see `http://ontosys.com/xml-rpc/extensions.php
55-
<https://web.archive.org/web/20130120074804/http://ontosys.com/xml-rpc/extensions.php>`
55+
<https://web.archive.org/web/20130120074804/http://ontosys.com/xml-rpc/extensions.php>`_
5656
for a description.
5757
The *use_builtin_types* flag can be used to cause date/time values
5858
to be presented as :class:`datetime.datetime` objects and binary data to be
@@ -96,12 +96,12 @@ between conformable Python objects and XML on the wire.
9696
+----------------------+-------------------------------------------------------+
9797
| ``array`` | :class:`list` or :class:`tuple` containing |
9898
| | conformable elements. Arrays are returned as |
99-
| | :class:`list`\ s. |
99+
| | :class:`lists <list>`. |
100100
+----------------------+-------------------------------------------------------+
101101
| ``struct`` | :class:`dict`. Keys must be strings, values may be |
102102
| | any conformable type. Objects of user-defined |
103-
| | classes can be passed in; only their :attr:`__dict__` |
104-
| | attribute is transmitted. |
103+
| | classes can be passed in; only their |
104+
| | :attr:`~object.__dict__` attribute is transmitted. |
105105
+----------------------+-------------------------------------------------------+
106106
| ``dateTime.iso8601`` | :class:`DateTime` or :class:`datetime.datetime`. |
107107
| | Returned type depends on values of |

0 commit comments

Comments
 (0)