README: typo.

This commit is contained in:
LCD 47 2014-08-24 20:45:24 +03:00
parent 4b7183b9dc
commit 7b9b02954e
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ create an issue - or better yet, create a pull request.
__Q. The `python` checker complains about syntactically valid Python 3 constructs...__ __Q. The `python` checker complains about syntactically valid Python 3 constructs...__
A. Configure the `python` checker to calls a Python 3 interpreter rather than A. Configure the `python` checker to call a Python 3 interpreter rather than
Python 2, e.g: Python 2, e.g:
```vim ```vim
let g:syntastic_python_python_exec = '/path/to/python3' let g:syntastic_python_python_exec = '/path/to/python3'

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:syntastic_start lockvar! g:syntastic_start
endif endif
let g:syntastic_version = '3.4.0-131' let g:syntastic_version = '3.4.0-132'
lockvar g:syntastic_version lockvar g:syntastic_version
" Sanity checks {{{1 " Sanity checks {{{1