Skip to content

Commit 5348ae8

Browse files
committed
Fix typo
1 parent df286d1 commit 5348ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuild/models/language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __eq__(self, other: 'object|str|LanguageCode') -> bool:
6464
* Symmetric: a == b <=> b == a
6565
* Transitive: if a == b and b == c, then a == c
6666
67-
If you need to check for wildcar logic, use matches()
67+
If you need to check for wildcard logic, use matches()
6868
"""
6969
if isinstance(other, LanguageCode):
7070
return self.language == other.language

0 commit comments

Comments
 (0)