Skip to content

Commit f86c546

Browse files
committed
Update flake.lock
1 parent ae3424c commit f86c546

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/_ssrjson_benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ PyObject *pyunicode_has_utf8_cache(PyObject *self, PyObject *args, PyObject *kwa
295295
}
296296
PyASCIIObject *a = (PyASCIIObject *)unicode;
297297
if (!a->state.compact) {
298-
PyErr_SetString(PyExc_TypeError, "Cannot check on non-compact unicode");
298+
PyErr_SetString(PyExc_TypeError, "Cannot check non-compact unicode");
299299
goto fail;
300300
}
301301
if (a->state.ascii) {

0 commit comments

Comments
 (0)