Skip to content

Commit

Permalink
Fixing typo (boolen -> boolean)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaHood committed Nov 12, 2022
1 parent 70fcc71 commit 77d25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_stub.py
Expand Up @@ -52,7 +52,7 @@ def get_members(cls: object) -> List[Tuple[str, Tuple[type, Any]]]:
imports["enum"] = {"Enum"}
# list of tuples. First elem of tuple is the signature string,
# second is the comment string,
# third is a boolen which is True if the comment precedes the signature
# third is a boolean which is True if the comment precedes the signature
signatures_with_comments: List[Tuple[str, str, bool]] = []
for name, (prov_cls, value, locale) in unique_members.items():
attr = getattr(prov_cls, name, None)
Expand Down

0 comments on commit 77d25e7

Please sign in to comment.