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

@ -133,7 +133,7 @@ Legacy API:
.. seealso::
Module :mod:`smtplib`
SMTP (Simple Mail Transport Protcol) client
SMTP (Simple Mail Transport Protocol) client
Module :mod:`poplib`
POP (Post Office Protocol) client

View file

@ -249,7 +249,7 @@ ABC hierarchy::
.. abstractmethod:: find_module(fullname, path=None)
An abstact method for finding a :term:`loader` for the specified
An abstract method for finding a :term:`loader` for the specified
module. Originally specified in :pep:`302`, this method was meant
for use in :data:`sys.meta_path` and in the path-based import subsystem.

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.