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 dbf79f8 commit 6586a4bCopy full SHA for 6586a4b
python/egglog/egraph.py
@@ -1027,7 +1027,7 @@ def _serialize(
1027
)
1028
if serialized.discarded_functions:
1029
msg = ", ".join(set(self._state.possible_egglog_functions(serialized.discarded_functions)))
1030
- warn(f"Ommitted: {msg}", stacklevel=3)
+ warn(f"Omitted: {msg}", stacklevel=3)
1031
if serialized.truncated_functions:
1032
msg = ", ".join(set(self._state.possible_egglog_functions(serialized.truncated_functions)))
1033
warn(f"Truncated: {msg}", stacklevel=3)
0 commit comments