Skip to content

Commit fd78a7a

Browse files
Fixed typo
1 parent 77401e8 commit fd78a7a

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
@@ -1747,7 +1747,7 @@ nb::object FrozenFunction::operator()(nb::args args, nb::kwargs kwargs) {
17471747
"literal variables have been discovered which changed "
17481748
"from one call to another. These will be made opaque, "
17491749
"and the input will be traversed again. This will "
1750-
"incur some overhead. To prevent this, make those "
1750+
"incurr some overhead. To prevent this, make those "
17511751
"variables opaque in beforehand. Below, a list of "
17521752
"variables that changed will be shown.");
17531753
if (prev_key)

0 commit comments

Comments
 (0)