Skip to content

Commit

Permalink
docs: fix simple typo, yeild -> yield
Browse files Browse the repository at this point in the history
There is a small typo in rdflib/plugins/parsers/notation3.py.

Should read `yield` rather than `yeild`.
  • Loading branch information
timgates42 committed Dec 30, 2020
1 parent e1da955 commit 83302a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/parsers/notation3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83302a6

Please sign in to comment.