We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df286d1 commit 5348ae8Copy full SHA for 5348ae8
src/docbuild/models/language.py
@@ -64,7 +64,7 @@ def __eq__(self, other: 'object|str|LanguageCode') -> bool:
64
* Symmetric: a == b <=> b == a
65
* Transitive: if a == b and b == c, then a == c
66
67
- If you need to check for wildcar logic, use matches()
+ If you need to check for wildcard logic, use matches()
68
"""
69
if isinstance(other, LanguageCode):
70
return self.language == other.language
0 commit comments