Skip to content

Commit 96d1233

Browse files
committed
Update README, docs.
1 parent 8fdba42 commit 96d1233

File tree

2 files changed

+298
-79
lines changed

2 files changed

+298
-79
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin containts all you need to develop python applications in Vim.
1414
There is no need to install pylint_, rope_ or any other Python libraries on
1515
your system.
1616

17-
- Support Python version 2 and 3
17+
- Support Python version 2.6+ and 3.2+
1818
- Syntax highlighting
1919
- Virtualenv support
2020
- Run python code (``<leader>r``)
@@ -298,7 +298,7 @@ Check code on every insert: ::
298298

299299
let g:pymode_lint_on_fly = 1
300300

301-
Show error message if cursor placed at the error line
301+
Show error message if cursor placed at the error line: ::
302302

303303
let g:pymode_lint_message = 1
304304

0 commit comments

Comments
 (0)