]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix "catchs" typos in NEWS entries (GH-12364)
authorHarmon <Harmon758@gmail.com>
Sun, 17 Mar 2019 23:49:43 +0000 (18:49 -0500)
committerMariatta <Mariatta@users.noreply.github.com>
Sun, 17 Mar 2019 23:49:43 +0000 (16:49 -0700)
Misc/NEWS.d/3.7.1rc1.rst
Misc/NEWS.d/3.7.3rc1.rst

index 515530ae24d2b4ebbc70b50d89f1b5ea20106e38..5ec0a3f90ffde92a5be1d2e74c411705b51c052b 100644 (file)
@@ -1515,7 +1515,7 @@ instantiate classes, and check coverage. Check existing files.
 .. nonce: Q3Dwns
 .. section: Tools/Demos
 
-python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
+python-gdb now catches ``UnicodeDecodeError`` exceptions when calling
 ``string()``.
 
 ..
@@ -1525,7 +1525,7 @@ python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
 .. nonce: 2YfdwI
 .. section: Tools/Demos
 
-python-gdb now catchs ValueError on read_var(): when Python has no debug
+python-gdb now catches ValueError on read_var(): when Python has no debug
 symbols for example.
 
 ..
index fbd7197f4403eb1459383195704585e20bb9c4b0..915071c2a484e75f584991ed8d84a5aac0ce680a 100644 (file)
@@ -299,7 +299,7 @@ called.
 .. nonce: LT_qL8
 .. section: Library
 
-:class:`asyncio.ProactorEventLoop` now catchs and logs send errors when the
+:class:`asyncio.ProactorEventLoop` now catches and logs send errors when the
 self-pipe is full.
 
 ..
@@ -506,7 +506,7 @@ Karthikeyan Singaravelan.
 .. nonce: laV_IE
 .. section: Library
 
-:func:`~distutils.utils.check_environ` of :mod:`distutils.utils` now catchs
+:func:`~distutils.utils.check_environ` of :mod:`distutils.utils` now catches
 :exc:`KeyError` on calling :func:`pwd.getpwuid`: don't create the ``HOME``
 environment variable in this case.