summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Nelson <alexander.nelson@nist.gov>2021-04-20 14:52:09 -0400
committerAlex Nelson <alexander.nelson@nist.gov>2021-04-20 14:52:09 -0400
commitb0ba99d2ad62ac236288255356b6f24ea38a4505 (patch)
tree6f2cab434c4c597b0533fc0f4140d34278931054
parent45034056789fb0efff37f632e52d9d564f5d957b (diff)
downloadrdflib-b0ba99d2ad62ac236288255356b6f24ea38a4505.tar.gz
Fix typo in ClosedNamespace doc string
-rw-r--r--rdflib/namespace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/namespace.py b/rdflib/namespace.py
index bdb0000a..65126c8e 100644
--- a/rdflib/namespace.py
+++ b/rdflib/namespace.py
@@ -184,7 +184,7 @@ class ClosedNamespace(object):
"""
A namespace with a closed list of members
- Trying to create terms not listen is an error
+ Trying to create terms not listed is an error
"""
def __init__(self, uri, terms):