Skip to content

Commit 1d401f6

Browse files
committed
fix: spelling error
1 parent 21d66d7 commit 1d401f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langgraph/langgraph/pregel/_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def output_writes(
938938
self._emit("updates", lambda: iter(interrupts))
939939
if "values" in stream_modes:
940940
current_values = read_channels(self.channels, self.output_keys)
941-
# self.output_keys is a sequence, stream chunk conntains entire state and interrupts
941+
# self.output_keys is a sequence, stream chunk contains entire state and interrupts
942942
if isinstance(current_values, dict):
943943
current_values[INTERRUPT] = interrupts[0][INTERRUPT]
944944
self._emit("values", lambda: iter([current_values]))

0 commit comments

Comments
 (0)