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. ..