We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8e680 commit 64406d6Copy full SHA for 64406d6
Objects/exceptions.c
@@ -962,7 +962,7 @@ typedef enum {
962
EXCEPTION_GROUP_MATCH_BY_TYPE = 0,
963
/* A PyFunction returning True for matching exceptions */
964
EXCEPTION_GROUP_MATCH_BY_PREDICATE = 1,
965
- /* A set of the IDs of leaf exception to include in the result.
+ /* A set of the IDs of leaf exceptions to include in the result.
966
* This matcher type is used internally by the interpreter
967
* to construct reraised exceptions.
968
*/
0 commit comments