diff --git a/docs/docs/concepts/persistence.md b/docs/docs/concepts/persistence.md index 7f4519e3f..a7684cc2a 100644 --- a/docs/docs/concepts/persistence.md +++ b/docs/docs/concepts/persistence.md @@ -32,7 +32,7 @@ from typing_extensions import TypedDict from operator import add class State(TypedDict): - foo: int + foo: str bar: Annotated[list[str], add] def node_a(state: State):