Skip to content

Commit 50d8bfd

Browse files
fix: stale comment referencing ## _summary
1 parent 93770bd commit 50d8bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gcf/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class StreamEncoder:
2626
enc = StreamEncoder(sys.stdout, "context_for_task", token_budget=5000)
2727
enc.write_symbol(sym1) # emitted immediately
2828
enc.write_edge(edge1) # emitted immediately
29-
enc.close() # emits ## _summary trailer
29+
enc.close() # emits ##! summary trailer
3030
"""
3131

3232
def __init__(

0 commit comments

Comments
 (0)