From: Serhiy Storchaka Date: Sun, 11 Sep 2016 13:47:59 +0000 (+0300) Subject: Fixed a markup in docs. X-Git-Tag: v3.6.0b1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7e3535a08a27404f0919ea6ee7b2ed40c144399;p=python Fixed a markup in docs. --- diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index feafef88cd..48d5a6ef55 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``.