Skip to content

Commit 4c7a4b9

Browse files
committed
Remove unnecessary comma
1 parent 8ca405b commit 4c7a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ typedef enum {
834834
ABSENT, /* Attribute is not present on the class */
835835
DUNDER_CLASS, /* __class__ attribute */
836836
GETSET_OVERRIDDEN, /* __getattribute__ or __setattr__ has been overridden */
837-
GETATTRIBUTE_IS_PYTHON_FUNCTION, /* Descriptor requires calling a Python __getattribute__ */
837+
GETATTRIBUTE_IS_PYTHON_FUNCTION /* Descriptor requires calling a Python __getattribute__ */
838838
} DescriptorClassification;
839839

840840

0 commit comments

Comments
 (0)