mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
This commit is contained in:
parent
b193fa996a
commit
c151f7846d
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue