mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +00:00
core[patch]: Fix typo in docstring (graphm -> graph) (#23910)
Changes has been as per the request Replaced graphm with graph
This commit is contained in:
@@ -246,7 +246,7 @@ class Graph:
|
||||
return node
|
||||
|
||||
def remove_node(self, node: Node) -> None:
|
||||
"""Remove a node from the graphm and all edges connected to it."""
|
||||
"""Remove a node from the graph and all edges connected to it."""
|
||||
self.nodes.pop(node.id)
|
||||
self.edges = [
|
||||
edge
|
||||
|
Reference in New Issue
Block a user