[core] Fix errorneous docstring

Co-authored-by: Vivek <vivek_ve@outlook.com>
This commit is contained in:
Yann Lanthony 2024-11-18 10:07:02 +01:00 committed by GitHub
parent 61d35904ba
commit b0808f9040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1658,7 +1658,7 @@ def loadGraph(filepath, strictCompatibility: bool = False) -> Graph:
Graph: The loaded Graph instance. Graph: The loaded Graph instance.
Raises: Raises:
GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is False. GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is True.
""" """
graph = Graph("") graph = Graph("")
graph.load(filepath) graph.load(filepath)