Skip to content

Commit 6166201

Browse files
Fixed typo
1 parent 7222a64 commit 6166201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/freeze.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ nb::object FrozenFunction::operator()(nb::args args, nb::kwargs kwargs) {
14441444
jit_freeze_abort(in_variables->backend);
14451445
nb::raise_from(
14461446
e, PyExc_RuntimeError,
1447-
"record(): error encountered while recording a frozen"
1447+
"record(): error encountered while recording a frozen "
14481448
"function (see above).");
14491449
} catch (const std::exception &e) {
14501450
in_variables->release();

0 commit comments

Comments
 (0)