From: Harmon Date: Mon, 18 Mar 2019 02:11:57 +0000 (-0500) Subject: Fix "catchs" typos in NEWS entries (GH-12366) X-Git-Tag: v3.6.9rc1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75f8a691a45442c94972cf0fb7fb7d413d44601e;p=thirdparty%2FPython%2Fcpython.git Fix "catchs" typos in NEWS entries (GH-12366) --- diff --git a/Misc/NEWS.d/3.6.7rc1.rst b/Misc/NEWS.d/3.6.7rc1.rst index 5115970d5522..4a53bcd6ccaa 100644 --- a/Misc/NEWS.d/3.6.7rc1.rst +++ b/Misc/NEWS.d/3.6.7rc1.rst @@ -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. ..