diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-11 13:47:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-11 13:47:59 (GMT) |
commit | b7e3535a08a27404f0919ea6ee7b2ed40c144399 (patch) | |
tree | 186e283165a362c063a8be676e37ff1dce77b297 /Doc | |
parent | 605bdae0780a1ff8a88b80e6e67f3f355fb2ddb4 (diff) | |
download | cpython-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.rst | 2 |
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``. |