mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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:
parent
12c92b6c19
commit
3c752238c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user