Skip to content

Commit 088ca8b

Browse files
committed
Fix typos in Doc/whatsnew/3.5.rst.
1 parent 6cfb61f commit 088ca8b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/whatsnew/3.5.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ code
141141

142142
* The :func:`code.InteractiveInterpreter.showtraceback` method now prints
143143
the full chained traceback, just like the interactive interpreter.
144-
(Contributed by Claudiu.Popa in :issue:`17442`.)
144+
(Contributed by Claudiu Popa in :issue:`17442`.)
145145

146146
compileall
147147
----------
@@ -192,7 +192,7 @@ imghdr
192192
------
193193

194194
* :func:`~imghdr.what` now recognizes the `OpenEXR <http://www.openexr.com>`_
195-
format. (Contributed by Martin vignali and Cladui Popa in :issue:`20295`.)
195+
format. (Contributed by Martin Vignali and Claudiu Popa in :issue:`20295`.)
196196

197197
importlib
198198
---------
@@ -472,10 +472,10 @@ Changes in the Python API
472472
**without** caching ``None`` in :data:`sys.path_importer_cache` which is
473473
different than the typical case (:issue:`22834`).
474474

475-
* HTTP status code and messages from `http.client` and `http.server` were
476-
refactored into a common :class:`~http.HTTPStatus` enum. The values in
477-
`http.client` and `http.server` remain available for backwards compatibility.
478-
(Contributed by Demian Brecht in :issue:`21793`.)
475+
* HTTP status code and messages from :mod:`http.client` and :mod:`http.server`
476+
were refactored into a common :class:`~http.HTTPStatus` enum. The values in
477+
:mod:`http.client` and :mod:`http.server` remain available for backwards
478+
compatibility. (Contributed by Demian Brecht in :issue:`21793`.)
479479

480480
* When an import loader defines :meth:`~importlib.machinery.Loader.exec_module`
481481
it is now expected to also define

0 commit comments

Comments
 (0)