diff --git a/scripts/dts/python-devicetree/src/devicetree/dtlib.py b/scripts/dts/python-devicetree/src/devicetree/dtlib.py index be015e7a76..d74fbc67d3 100644 --- a/scripts/dts/python-devicetree/src/devicetree/dtlib.py +++ b/scripts/dts/python-devicetree/src/devicetree/dtlib.py @@ -817,7 +817,7 @@ class DT: def has_node(self, path: str) -> bool: """ - Returns True if the path or alias 'path' exists. See Node.get_node(). + Returns True if the path or alias 'path' exists. See DT.get_node(). """ try: self.get_node(path)