Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Stroop committed Feb 12, 2021
1 parent c11f7b5 commit 8591f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def __init__(self, graph):
self.bind("rdfs", RDFS)
self.bind("xsd", XSD)

def __contians__(self, ref):
def __contains__(self, ref):
# checks if a reference is in any of the managed namespaces with syntax
# "ref in manager". Note that we don't use "ref in ns", as
# NamespaceManager.namespaces() returns Iterator[Tuple[str, URIRef]]
Expand Down

0 comments on commit 8591f16

Please sign in to comment.