From f0abf582dda828868aee496fa9659d34a9aefba3 Mon Sep 17 00:00:00 2001 From: Hamza Kyamanywa Date: Tue, 18 Mar 2025 22:25:32 +0900 Subject: [PATCH] docs: make sentence relating to how to navigate between sub graphs clearer in the docs (#3896) - fix typo / add missing word - make sentence relating to how to navigate between sub graphs clearer in the docs --- docs/docs/how-tos/command.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/command.ipynb b/docs/docs/how-tos/command.ipynb index a1f24f27b..cf0b01ae9 100644 --- a/docs/docs/how-tos/command.ipynb +++ b/docs/docs/how-tos/command.ipynb @@ -33,7 +33,7 @@ " )\n", "```\n", "\n", - "If you are using [subgraphs](#subgraphs), you might want to navigate from a node a subgraph to a different subgraph (i.e. a different node in the parent graph). To do so, you can specify `graph=Command.PARENT` in `Command`:\n", + "If you are using [subgraphs](#subgraphs), you might want to navigate from a node within a subgraph to a different subgraph (i.e. a different node in the parent graph). To do so, you can specify `graph=Command.PARENT` in `Command`:\n", "\n", "```python\n", "def my_node(state: State) -> Command[Literal[\"my_other_node\"]]:\n",