summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-04-24 14:08:42 +1000
committerGitHub <noreply@github.com>2021-04-24 14:08:42 +1000
commitd4c1effb5c4bfc0f0c24850ff0c3c3d5d5bea234 (patch)
treed972b1721c53b5bb32eeba3d62e9c60f0e8f6cbf
parentdc72a1b1f54d8b27f3c1bb7594d65767412f1ce5 (diff)
parentb0ba99d2ad62ac236288255356b6f24ea38a4505 (diff)
downloadrdflib-d4c1effb5c4bfc0f0c24850ff0c3c3d5d5bea234.tar.gz
Merge pull request #1293 from ajnelson-nist/fix_closednamespace_doc_typo
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 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):