aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-13 20:11:04 +0200
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:59 +0100
commitb5287e406111e41f8efa3d1a7399cf0c1e65394f (patch)
tree98fd2a1dbe7474452e6d90a5264b5ac58ecacb33 /bindings/python
parent9911a658c0205fa3fb04706604e804ede0a5b047 (diff)
downloadserd-b5287e406111e41f8efa3d1a7399cf0c1e65394f.tar.gz
serd-b5287e406111e41f8efa3d1a7399cf0c1e65394f.tar.bz2
serd-b5287e406111e41f8efa3d1a7399cf0c1e65394f.zip
fixup! WIP: Add Python bindings
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/serd.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/serd.pyx b/bindings/python/serd.pyx
index 2363420f..70e28258 100644
--- a/bindings/python/serd.pyx
+++ b/bindings/python/serd.pyx
@@ -605,7 +605,7 @@ class NodeType(enum.IntEnum):
An RDF node, in the abstract sense, can be either a resource, literal, or a
blank. This type is more precise, because syntactically there are two ways
to refer to a resource (by URI or CURIE). Serd also has support for
- variables nodes to support some features, which are not RDF nodes.
+ variable nodes to support some features, which are not RDF nodes.
There are also two ways to refer to a blank node in syntax (by ID or
anonymously), but this is handled by statement flags rather than distinct