Skip to content

Commit 88c3f4a

Browse files
committed
whitespace
1 parent a2bcfdb commit 88c3f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Modules/_testlimitedcapi

Modules/_testlimitedcapi/set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ test_frozenset_add_in_capi_tracking_immutable(PyObject *self, PyObject *Py_UNUSE
177177
if (PyObject_GC_IsTracked(frozenset)) {
178178
Py_DECREF(frozenset);
179179
return raiseTestError("test_frozenset_add_in_capi_tracking_immutable",
180-
"frozenset with only bool should not be GC tracked");
180+
"frozenset with only bool should not be GC tracked");
181181
}
182182
Py_DECREF(frozenset);
183183
Py_RETURN_NONE;

0 commit comments

Comments
 (0)