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
This commit is contained in:
Hamza Kyamanywa
2025-03-18 09:25:32 -04:00
committed by GitHub
parent 477a43dae0
commit f0abf582dd
+1 -1
View File
@@ -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",