Skip to content

Commit 626fe15

Browse files
committed
Fix typo in ExpressionsChain _from_dict docstring
1 parent af86a51 commit 626fe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maltoolbox/language/languagegraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def _from_dict(cls,
498498
serialized_expr_chain: dict,
499499
lang_graph: LanguageGraph,
500500
) -> Optional[ExpressionsChain]:
501-
"""Create LanguageGraph from dict
501+
"""Create ExpressionsChain from dict
502502
Args:
503503
serialized_expr_chain - expressions chain in dict format
504504
lang_graph - the LanguageGraph that contains the assets,

0 commit comments

Comments
 (0)