Fix comment about SSE event terminator

This commit is contained in:
Yurii Motov committed 2026-09-14 20:46:59 +02:00
1 parent 50113da16f
commit 1a5d4bcedd
1 file changed
+1 -1
+1 -1
View File
@@ -207,7 +207,7 @@ def format_sse_event(
) -> bytes:
"""Build SSE wire-format bytes from **pre-serialized** data.
The result always ends with `\\n\\n` (the event terminator).
The result always ends with a blank line (the event terminator).
"""
lines: list[str] = []