Skip to content

Commit b4776c4

Browse files
committed
Fix comment wording
1 parent 32ba227 commit b4776c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
# don't warn about `import *`
7474
# ruff: noqa: F403
75-
# don't warn about unknown names; they come `import *`
75+
# don't warn about unknown names; they come via `import *`
7676
# ruff: noqa: F405
7777

7878
# Input/output system modules

0 commit comments

Comments
 (0)