Skip to content

Commit 29427c2

Browse files
committed
docs: fixed basegraph docstring
1 parent c11fc28 commit 29427c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scrapegraphai/graphs/base_graph.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ def execute(self, initial_state: dict) -> Tuple[dict, list]:
8080
initial_state (dict): The initial state to pass to the entry point node.
8181
8282
Returns:
83-
Tuple[dict, list]: A tuple containing the final state of the execution and a list
84-
of execution information for each node.
83+
Tuple[dict, list]: A tuple containing the final state and a list of execution info.
8584
"""
8685

8786
current_node_name = self.nodes[0]

0 commit comments

Comments
 (0)