Skip to content

Commit

Permalink
_astroid_utils.py: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and AWhetter committed Oct 12, 2024
1 parent b9b2a95 commit b71782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoapi/_astroid_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_full_basenames(node: astroid.nodes.ClassDef) -> Iterable[str]:
node: The class definition node to resolve the bases of.
Returns:
The fullly qualified names.
The fully qualified names.
"""
for base in node.bases:
yield _resolve_annotation(base)
Expand Down

0 comments on commit b71782a

Please sign in to comment.