Skip to content

Commit f7e946b

Browse files
committed
.
1 parent 4c5c131 commit f7e946b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/news/posts/2025-09-05-orm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class NodeBase:
298298
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.
299299

300300
The namespace approach further groups related functionality together, e.g.:
301-
- `node.base.attributes` -> `NodeAttributes` - attribute management
301+
- `node.base.attributes -> NodeAttributes` - attribute management
302302
- `node.base.repository -> NodeRepository` - file repository operations
303303
- `node.base.links -> NodeLinks` - provenance links
304304
and the use of `@cached_property` ensures that these namespace objects are created only once per node instance[^5].

0 commit comments

Comments
 (0)