Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ff7c2f

Browse files
committed
removing misstype
1 parent c6a872a commit 1ff7c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ imported) from project *'g:pymode_rope_autoimport'*
443443
444444
Load modules to autoimport by default *'g:pymode_rope_autoimport_modules'*
445445
>
446-
let g:pymode_rope_autoimport_modules = ['os', 'shutil', 'datetime'])
446+
let g:pymode_rope_autoimport_modules = ['os', 'shutil', 'datetime']
447447
448448
Offer to unresolved import object after completion.
449449
>

0 commit comments

Comments
 (0)