]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix "catchs" typos in NEWS entries (GH-12366)
authorHarmon <Harmon758@gmail.com>
Mon, 18 Mar 2019 02:11:57 +0000 (21:11 -0500)
committerNed Deily <nad@python.org>
Mon, 18 Mar 2019 02:11:57 +0000 (22:11 -0400)
Misc/NEWS.d/3.6.7rc1.rst

index 5115970d5522b0fa491952d9c07027d762d63969..4a53bcd6ccaa6d57c477f105235e08fa907efd8d 100644 (file)
@@ -1088,7 +1088,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()``.
 
 ..
@@ -1098,7 +1098,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.
 
 ..