@@ -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