diff --git a/docs/docs/concepts/pregel.md b/docs/docs/concepts/pregel.md index 1d4a1f2e7..232919ef4 100644 --- a/docs/docs/concepts/pregel.md +++ b/docs/docs/concepts/pregel.md @@ -284,7 +284,7 @@ LangGraph provides two high-level APIs for creating a Pregel application: the [S {'__start__': , 'write_essay': , 'score_essay': } - ``` + ``` ```python print(graph.channels) @@ -344,4 +344,4 @@ LangGraph provides two high-level APIs for creating a Pregel application: the [S {'write_essay': } Channels: {'__start__': , '__end__': , '__previous__': } - ``` \ No newline at end of file + ```