aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/schema/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/schema/schema.py')
-rw-r--r--bsfs/schema/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsfs/schema/schema.py b/bsfs/schema/schema.py
index 1c4c807..80cb58a 100644
--- a/bsfs/schema/schema.py
+++ b/bsfs/schema/schema.py
@@ -83,7 +83,7 @@ class Schema():
prange = {pred.range for pred in predicates}
nodes |= {vert for vert in prange if isinstance(vert, types.Node)}
literals |= {vert for vert in prange if isinstance(vert, types.Literal)}
- # NOTE: ROOT_PREDICATE has a _Vertex as range which is neither in nodes nor literals
+ # NOTE: ROOT_PREDICATE has a Vertex as range which is neither in nodes nor literals
# FIXME: with the ROOT_VERTEX missing, the schema is not complete anymore!
# include parents in nodes and literals sets