Skip to content

Commit 45442c3

Browse files
authored
fix grammar
1 parent 2633d18 commit 45442c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Include/internal/pycore_pyerrors.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ PyAPI_FUNC(void) _PyErr_SetString(
134134
* Set an exception with the error message decoded from the current locale
135135
* encoding (LC_CTYPE).
136136
*
137-
* Exceptions occurring in decoding take priority over the desired exception,
138-
* in which case, this returns -1. Otherwise this returns 0 if the localized
139-
* exception has been successfully set.
137+
* Exceptions occurring in decoding take priority over the desired exception.
138+
* In those cases, this function returns -1. Otherwise this returns 0 if the
139+
* localized exception has been successfully set.
140140
*
141141
* Exported for '_ctypes' shared extensions.
142142
*/

0 commit comments

Comments
 (0)