From 45fe48cc87aa26f704b668a9a9bb883b45166c41 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 16 Mar 2019 04:46:12 -0500 Subject: [PATCH] Fix "catchs" typos in NEWS entries --- Misc/NEWS.d/3.6.7rc1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/3.6.7rc1.rst b/Misc/NEWS.d/3.6.7rc1.rst index 5115970d5522b0..4a53bcd6ccaa6d 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. ..