summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2015-03-06 16:02:03 +0100
committerJoern Hees <dev@joernhees.de>2015-03-06 16:02:03 +0100
commit8a4229297e64b5925508c5abcf285c0ce7886bed (patch)
tree45db4c1498ab6d59ee3db7dcbb14700e0d92e908
parent0bf426ee7c3e6368ae4fe4c24d0835c916b90b2a (diff)
downloadrdflib-8a4229297e64b5925508c5abcf285c0ce7886bed.tar.gz
minor: docstring typo
-rw-r--r--rdflib/plugins/parsers/rdfxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/plugins/parsers/rdfxml.py b/rdflib/plugins/parsers/rdfxml.py
index 7eb74a5d..43762b81 100644
--- a/rdflib/plugins/parsers/rdfxml.py
+++ b/rdflib/plugins/parsers/rdfxml.py
@@ -20,7 +20,7 @@ __all__ = ['create_parser', 'BagID', 'ElementHandler',
RDFNS = RDF
# http://www.w3.org/TR/rdf-syntax-grammar/#eventterm-attribute-URI
-# A mapping from unqualified terms to there qualified version.
+# A mapping from unqualified terms to their qualified version.
UNQUALIFIED = {"about": RDF.about,
"ID": RDF.ID,
"type": RDF.type,