Skip to content

Commit 6fb544d

Browse files
Harmon758miss-islington
authored andcommitted
Fix "catchs" typos in NEWS entries (GH-12364)
1 parent dc69f69 commit 6fb544d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Misc/NEWS.d/3.8.0a1.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ parameter.
18451845
.. nonce: LT_qL8
18461846
.. section: Library
18471847
1848-
:class:`asyncio.ProactorEventLoop` now catchs and logs send errors when the
1848+
:class:`asyncio.ProactorEventLoop` now catches and logs send errors when the
18491849
self-pipe is full.
18501850

18511851
..
@@ -2270,7 +2270,7 @@ last release was in 2000. Mac OS 9 last release was in 2001.
22702270
.. nonce: laV_IE
22712271
.. section: Library
22722272
2273-
:func:`~distutils.utils.check_environ` of :mod:`distutils.utils` now catchs
2273+
:func:`~distutils.utils.check_environ` of :mod:`distutils.utils` now catches
22742274
:exc:`KeyError` on calling :func:`pwd.getpwuid`: don't create the ``HOME``
22752275
environment variable in this case.
22762276

@@ -8674,7 +8674,7 @@ Argument Clinic now has non-bitwise unsigned int converters.
86748674
.. nonce: Q3Dwns
86758675
.. section: Tools/Demos
86768676
8677-
python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
8677+
python-gdb now catches ``UnicodeDecodeError`` exceptions when calling
86788678
``string()``.
86798679

86808680
..
@@ -8684,7 +8684,7 @@ python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
86848684
.. nonce: 2YfdwI
86858685
.. section: Tools/Demos
86868686
8687-
python-gdb now catchs ValueError on read_var(): when Python has no debug
8687+
python-gdb now catches ValueError on read_var(): when Python has no debug
86888688
symbols for example.
86898689

86908690
..

0 commit comments

Comments
 (0)