Skip to content

Commit 0712859

Browse files
improved comment
1 parent 24d7896 commit 0712859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSObjectProxy.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_repr(JSObjectProxy *self
437437
goto error;
438438
}
439439
} else {
440-
// clear exception that was just set
440+
// clear any exception that was just set
441441
PyErr_Clear();
442442

443443
if (_PyUnicodeWriter_WriteASCIIString(&writer, "<cannot repr type>", 19) < 0) {

0 commit comments

Comments
 (0)