@@ -312,7 +312,7 @@ after them 'C' and ...
312312>
313313 let g:pymode_lint_sort = []
314314
315- Auto open cwindow (quickfix) if any errorshas beenfinded
315+ Auto open cwindow (quickfix) if any errorshave beenfound
316316*'g:pymode_lint_cwindow'*
317317>
318318 let g:pymode_lint_cwindow = 1
@@ -335,7 +335,7 @@ Definitions for |signs|
3353353. Rope support~
336336*pymode-rope*
337337
338- Pymodesupport Rope refactoring operations, code completion and code assists.
338+ Pymodesupports Rope refactoring operations, code completion and code assists.
339339
340340Commands:
341341| :PymodeRopeAutoImport | -- Resolve import for element under cursor
@@ -397,8 +397,8 @@ Regenerate project cache on every save (if file has been modified)
3973974.1 Completion~
398398*pymode-completion*
399399
400- By default you can use<Ctrl-Space> for autocompletion.Will be
401- automatically selectedfirst entry and you can press<Return> to insert in
400+ By default you can use<Ctrl-Space> for autocompletion.The first entry will
401+ be automatically selected and you can press<Return> to insert the entry in
402402your code.<C-X><C-O> and<C-P> /<C-N> works too.
403403
404404Autocompletion is also called by typing a period in| Insert | mode by default.
@@ -552,8 +552,9 @@ Turn on pymode syntax *'g:pymode_syntax'*
552552>
553553 let g:pymode_syntax = 1
554554
555- More slow synchronizing. Disable on the slow machine, but code in docstrings
556- could be broken.*'g:pymode_syntax_slow_sync'*
555+ Slower syntax synchronization that is better at handling code blocks in
556+ docstrings. Consider disabling this on slower hardware.
557+ *'g:pymode_syntax_slow_sync'*
557558>
558559 let g:pymode_syntax_slow_sync = 1
559560