diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xmlrpc.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index feafef8..48d5a6e 100644 --- a/Doc/library/xmlrpc.client.rst +++ b/Doc/library/xmlrpc.client.rst @@ -144,7 +144,7 @@ between conformable Python objects and XML on the wire. Added the *context* argument. .. versionchanged:: 3.6 - Added support of type tags with prefixes (e.g.``ex:nil``). + Added support of type tags with prefixes (e.g. ``ex:nil``). Added support of unmarsalling additional types used by Apache XML-RPC implementation for numerics: ``i1``, ``i2``, ``i8``, ``biginteger``, ``float`` and ``bigdecimal``. |