Skip to content

Commit a581ca5

Browse files
committed
Fix spelling
1 parent 98759c1 commit a581ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyimport.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Required for `pyimport-remove-unused'.")
318318
(import-lines (--filter (s-ends-with-p "imported but unused" (-last-item it)) lines))
319319
(unused-imports (--map (cons (read (nth 1 it))
320320
(pyimport--extract-unused-var (nth 2 it))) import-lines)))
321-
;; Iterate starting form the last unused import, so our line
321+
;; Iterate starting from the last unused import, so our line
322322
;; numbers stay correct, even when we delete lines.
323323
(--each (reverse unused-imports)
324324
(-let [(line . var ) it]

0 commit comments

Comments
 (0)