You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news/posts/2025-09-05-orm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ class NodeBase:
298
298
This namespace pattern was introduced because having all properties and methods directly on the `Node`class (as was the case in the past) made the API cluttered and prone to name conflicts.
299
299
300
300
The namespace approach further groups related functionality together, e.g.:
0 commit comments