Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 21, 2024
1 parent a20cbe2 commit f7a547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def relative_to(self, parent):

def standard(self):
"""
Is this import part of the stdandard library?
Is this import part of the standard library?
An import is standard if it's top-level name is importable
without any third-party packages.
Expand Down

0 comments on commit f7a547d

Please sign in to comment.