Skip to content

Commit e831ed2

Browse files
Fix doctest
1 parent 690a594 commit e831ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/exp/any_expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def any_expr_program(x: AnyExpr) -> Program:
808808
Convert an AnyExpr to a Program.
809809
810810
>>> any_expr_source(AnyExpr(42) == 10)
811-
'(42 == 10)\n'
811+
'(42 == 10)'
812812
"""
813813

814814

0 commit comments

Comments
 (0)