From 48164a95da2ee7b8de5665b489e387d6e15b188c Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Tue, 4 Mar 2025 21:45:47 +1100 Subject: [PATCH] chore: whitespace cleanup (#3671) Uncovered while working on #3670. Feel free to close if too minor to merge. Signed-off-by: JP-Ellis --- libs/langgraph/langgraph/func/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/langgraph/func/__init__.py b/libs/langgraph/langgraph/func/__init__.py index a3d012e55..7c2be50cb 100644 --- a/libs/langgraph/langgraph/func/__init__.py +++ b/libs/langgraph/langgraph/func/__init__.py @@ -345,7 +345,7 @@ class entrypoint: value: R """Value to return. A value will always be returned even if it is None.""" save: S - """The value for the state for the next checkpoint. + """The value for the state for the next checkpoint. A value will always be saved even if it is None. """