Skip to content

Commit 8701ea2

Browse files
authored
Fix comment about np.arange in typos file (#12043)
See also https://stackoverflow.com/q/55102806
1 parent b931480 commit 8701ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ extend-ignore-re = [
158158
"_[a-f0-9]{16}",
159159

160160

161-
"np.arange", # numpy spells "arrange" wrong
161+
"np.arange", # Stands for "array range" and isn't a misspelling of "arrange".
162162
"phc_[a-zA-Z0-9]*", # Posthog public key
163163
"PNG.?", # Workaround for https://github.com/crate-ci/typos/issues/967
164164

0 commit comments

Comments
 (0)