bpo-33859: Fix spelling mistakes in docs. (GH-7691)

This commit is contained in:
Xtreak 2018-06-16 10:38:31 +05:30 committed by Serhiy Storchaka
parent b193fa996a
commit c151f7846d
7 changed files with 7 additions and 7 deletions

View file

@ -145,7 +145,7 @@ between conformable Python objects and XML on the wire.
.. versionchanged:: 3.6
Added support of type tags with prefixes (e.g. ``ex:nil``).
Added support of unmarsalling additional types used by Apache XML-RPC
Added support of unmarshalling additional types used by Apache XML-RPC
implementation for numerics: ``i1``, ``i2``, ``i8``, ``biginteger``,
``float`` and ``bigdecimal``.
See http://ws.apache.org/xmlrpc/types.html for a description.