Skip to content

Commit 09c3e45

Browse files
committed
Fix typo: s/Wich/Which
1 parent 874c8da commit 09c3e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymode/rope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def autoimport():
327327
_insert_import(word, modules[0], ctx)
328328

329329
else:
330-
module = env.user_input_choices('Wich module to import:', *modules)
330+
module = env.user_input_choices('Which module to import:', *modules)
331331
_insert_import(word, module, ctx)
332332

333333
return True

0 commit comments

Comments
 (0)