Skip to content

Commit c5ff553

Browse files
tirkarthiserhiy-storchaka
authored andcommitted
[3.6] bpo-33859: Fix spelling mistakes in docs. (GH-7691). (GH-7750)
(cherry picked from commit c151f78) Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
1 parent 8e6428f commit c5ff553

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Doc/library/email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Legacy API:
133133
.. seealso::
134134

135135
Module :mod:`smtplib`
136-
SMTP (Simple Mail Transport Protcol) client
136+
SMTP (Simple Mail Transport Protocol) client
137137

138138
Module :mod:`poplib`
139139
POP (Post Office Protocol) client

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ ABC hierarchy::
243243

244244
.. abstractmethod:: find_module(fullname, path=None)
245245

246-
An abstact method for finding a :term:`loader` for the specified
246+
An abstract method for finding a :term:`loader` for the specified
247247
module. Originally specified in :pep:`302`, this method was meant
248248
for use in :data:`sys.meta_path` and in the path-based import subsystem.
249249

Doc/library/xmlrpc.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ between conformable Python objects and XML on the wire.
145145

146146
.. versionchanged:: 3.6
147147
Added support of type tags with prefixes (e.g. ``ex:nil``).
148-
Added support of unmarsalling additional types used by Apache XML-RPC
148+
Added support of unmarshalling additional types used by Apache XML-RPC
149149
implementation for numerics: ``i1``, ``i2``, ``i8``, ``biginteger``,
150150
``float`` and ``bigdecimal``.
151151
See http://ws.apache.org/xmlrpc/types.html for a description.

Doc/whatsnew/3.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ http
14141414
:class:`http.server.BaseHTTPRequestHandler` now buffers the headers and writes
14151415
them all at once when :meth:`~http.server.BaseHTTPRequestHandler.end_headers` is
14161416
called. A new method :meth:`~http.server.BaseHTTPRequestHandler.flush_headers`
1417-
can be used to directly manage when the accumlated headers are sent.
1417+
can be used to directly manage when the accumulated headers are sent.
14181418
(Contributed by Andrew Schaaf in :issue:`3709`.)
14191419

14201420
:class:`http.server` now produces valid ``HTML 4.01 strict`` output.

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ Build and C API Changes
18551855
For more information, see :pep:`7` and :issue:`17884`.
18561856

18571857
* Cross-compiling CPython with the Android NDK and the Android API level set to
1858-
21 (Android 5.0 Lollilop) or greater runs successfully. While Android is not
1858+
21 (Android 5.0 Lollipop) or greater runs successfully. While Android is not
18591859
yet a supported platform, the Python test suite runs on the Android emulator
18601860
with only about 16 tests failures. See the Android meta-issue :issue:`26865`.
18611861

0 commit comments

Comments
 (0)