summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-31 08:22:21 +1100
committerTim Gates <tim.gates@iress.com>2020-12-31 08:22:21 +1100
commit83302a6b9138242621e4bc4242a75b1622f20953 (patch)
tree69688e0c1cc868181fc4c94667cff0ea925e7e3f
parente1da9553ecb39ea388d4b24d66a35ff1f8760ba2 (diff)
downloadrdflib-83302a6b9138242621e4bc4242a75b1622f20953.tar.gz
docs: fix simple typo, yeild -> yield
There is a small typo in rdflib/plugins/parsers/notation3.py. Should read `yield` rather than `yeild`.
-rwxr-xr-xrdflib/plugins/parsers/notation3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/plugins/parsers/notation3.py b/rdflib/plugins/parsers/notation3.py
index 6d3f4c24..ad90e67b 100755
--- a/rdflib/plugins/parsers/notation3.py
+++ b/rdflib/plugins/parsers/notation3.py
@@ -184,7 +184,7 @@ def base():
"""The base URI for this process - the Web equiv of cwd
Relative or abolute unix-standard filenames parsed relative to
- this yeild the URI of the file.
+ this yield the URI of the file.
If we had a reliable way of getting a computer name,
we should put it in the hostname just to prevent ambiguity