Skip to content

Commit 0bdb97a

Browse files
committed
typo
1 parent 81aa96a commit 0bdb97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5793,7 +5793,7 @@ sslmodule_init_constants(PyObject *m)
57935793
}
57945794

57955795
#define _PyModule_ADD_INT_CONST(MODULE, NAME, VALUE) \
5796-
do {
5796+
do { \
57975797
if (PyModule_AddIntConstant(MODULE, NAME, VALUE) < 0) { \
57985798
return -1; \
57995799
} \

0 commit comments

Comments
 (0)