summaryrefslogtreecommitdiff
path: root/rdflib/namespace.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdflib/namespace.py')
-rw-r--r--rdflib/namespace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/namespace.py b/rdflib/namespace.py
index 3caf464b..3563b8c1 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):