]> granicus.if.org Git - python/commitdiff
Fixed a markup in docs.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 13:47:59 +0000 (16:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 13:47:59 +0000 (16:47 +0300)
Doc/library/xmlrpc.client.rst

index feafef88cdb36091a578c87e3fa17edd69ef7db4..48d5a6ef55285933c1d35dfc030b9c273681459a 100644 (file)
@@ -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``.