Skip to content

Commit 25f3d42

Browse files
committed
fix chr c input
1 parent 62a479b commit 25f3d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ ImportError_repr(PyObject *self)
19061906
}
19071907
}
19081908

1909-
if (PyUnicodeWriter_WriteChar(writer, ")") < 0) {
1909+
if (PyUnicodeWriter_WriteChar(writer, ')') < 0) {
19101910
goto error;
19111911
}
19121912

0 commit comments

Comments
 (0)