[Python-checkins] cpython: Fixed a markup in docs.

serhiy.storchaka python-checkins at python.org
Sun Sep 11 09:48:19 EDT 2016


https://hg.python.org/cpython/rev/c45088b19342
changeset:   103636:c45088b19342
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Sep 11 16:47:59 2016 +0300
summary:
  Fixed a markup in docs.

files:
  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
--- a/Doc/library/xmlrpc.client.rst
+++ b/Doc/library/xmlrpc.client.rst
@@ -144,7 +144,7 @@
       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``.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list