summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-11 13:47:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-11 13:47:59 (GMT)
commitb7e3535a08a27404f0919ea6ee7b2ed40c144399 (patch)
tree186e283165a362c063a8be676e37ff1dce77b297 /Doc
parent605bdae0780a1ff8a88b80e6e67f3f355fb2ddb4 (diff)
downloadcpython-b7e3535a08a27404f0919ea6ee7b2ed40c144399.zip
cpython-b7e3535a08a27404f0919ea6ee7b2ed40c144399.tar.gz
cpython-b7e3535a08a27404f0919ea6ee7b2ed40c144399.tar.bz2
Fixed a markup in docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xmlrpc.client.rst2
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``.