We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bcfdb commit 88c3f4aCopy full SHA for 88c3f4a
1 file changed
Modules/_testlimitedcapi/set.c
@@ -177,7 +177,7 @@ test_frozenset_add_in_capi_tracking_immutable(PyObject *self, PyObject *Py_UNUSE
177
if (PyObject_GC_IsTracked(frozenset)) {
178
Py_DECREF(frozenset);
179
return raiseTestError("test_frozenset_add_in_capi_tracking_immutable",
180
- "frozenset with only bool should not be GC tracked");
+ "frozenset with only bool should not be GC tracked");
181
}
182
183
Py_RETURN_NONE;
0 commit comments