From b7e3535a08a27404f0919ea6ee7b2ed40c144399 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 11 Sep 2016 16:47:59 +0300 Subject: [PATCH] Fixed a markup in docs. --- Doc/library/xmlrpc.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index feafef88cdb..48d5a6ef552 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``.