Skip to content

Commit 37651cb

Browse files
authored
Update graph.md (#791)
1 parent 9c2ec88 commit 37651cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ stateDiagram-v2
192192

193193
## Stateful Graphs
194194

195-
The "state" concept in `pydantic-graph` provides an optional way to access and mutate an object (often a `dataclass` or Pydantic model) as nodes run in a graph. If you think of Graphs as a production line, then you state is the engine being passed along the line and built up by each node as the graph is run.
195+
The "state" concept in `pydantic-graph` provides an optional way to access and mutate an object (often a `dataclass` or Pydantic model) as nodes run in a graph. If you think of Graphs as a production line, then your state is the engine being passed along the line and built up by each node as the graph is run.
196196

197197
In the future, we intend to extend `pydantic-graph` to provide state persistence with the state recorded after each node is run, see [#695](https://github.com/pydantic/pydantic-ai/issues/695).
198198

0 commit comments

Comments
 (0)