Skip to content

Commit 64406d6

Browse files
committed
fix typo in comment
1 parent ec8e680 commit 64406d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ typedef enum {
962962
EXCEPTION_GROUP_MATCH_BY_TYPE = 0,
963963
/* A PyFunction returning True for matching exceptions */
964964
EXCEPTION_GROUP_MATCH_BY_PREDICATE = 1,
965-
/* A set of the IDs of leaf exception to include in the result.
965+
/* A set of the IDs of leaf exceptions to include in the result.
966966
* This matcher type is used internally by the interpreter
967967
* to construct reraised exceptions.
968968
*/

0 commit comments

Comments
 (0)