Skip to content

Commit ab8fcfd

Browse files
Harmon758ned-deily
authored andcommitted
Fix "catchs" typos in NEWS entries (GH-12364)
1 parent b7540e0 commit ab8fcfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Misc/NEWS.d/3.7.1rc1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ instantiate classes, and check coverage. Check existing files.
15151515
.. nonce: Q3Dwns
15161516
.. section: Tools/Demos
15171517
1518-
python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
1518+
python-gdb now catches ``UnicodeDecodeError`` exceptions when calling
15191519
``string()``.
15201520

15211521
..
@@ -1525,7 +1525,7 @@ python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
15251525
.. nonce: 2YfdwI
15261526
.. section: Tools/Demos
15271527
1528-
python-gdb now catchs ValueError on read_var(): when Python has no debug
1528+
python-gdb now catches ValueError on read_var(): when Python has no debug
15291529
symbols for example.
15301530

15311531
..

Misc/NEWS.d/3.7.3rc1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ called.
299299
.. nonce: LT_qL8
300300
.. section: Library
301301
302-
:class:`asyncio.ProactorEventLoop` now catchs and logs send errors when the
302+
:class:`asyncio.ProactorEventLoop` now catches and logs send errors when the
303303
self-pipe is full.
304304

305305
..
@@ -506,7 +506,7 @@ Karthikeyan Singaravelan.
506506
.. nonce: laV_IE
507507
.. section: Library
508508
509-
:func:`~distutils.utils.check_environ` of :mod:`distutils.utils` now catchs
509+
:func:`~distutils.utils.check_environ` of :mod:`distutils.utils` now catches
510510
:exc:`KeyError` on calling :func:`pwd.getpwuid`: don't create the ``HOME``
511511
environment variable in this case.
512512

0 commit comments

Comments
 (0)