summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-01-05 17:43:58 +1000
committerGitHub <noreply@github.com>2021-01-05 17:43:58 +1000
commit48edc9c0055300892fa2f7a2aacc30a234894444 (patch)
tree69688e0c1cc868181fc4c94667cff0ea925e7e3f
parente1da9553ecb39ea388d4b24d66a35ff1f8760ba2 (diff)
parent83302a6b9138242621e4bc4242a75b1622f20953 (diff)
downloadrdflib-48edc9c0055300892fa2f7a2aacc30a234894444.tar.gz
Merge pull request #1223 from timgates42/bugfix_typo_yield
docs: fix simple typo, yeild -> yield
-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