Skip to content

Commit 76217ea

Browse files
committed
Cleaned up the "python-mode" section...
This whole section was worded a little funny, so I cleaned it up. Since I haven't used the module mentioned, I can't speak to what should really be here or if this is even a best practice...
1 parent 03ff2dc commit 76217ea

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

docs/dev/env.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,17 @@ to do that which also shows status and warning messages in the statusbar would b
6464
Python-mode
6565
^^^^^^^^^^^
6666

67-
Python-mode_ is complex solution in VIM for work with python code.
67+
Python-mode_ is a complex solution in VIM for working with python code.
6868
It has:
6969

70-
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination;
71-
- Code refactoring and autocompletion with Rope;
72-
- Fastest python folding;
73-
- Nice and powered python syntax;
74-
- Virtual env support;
75-
- Search by python documentation and run python code;
76-
- More other things like auto pep8 error fixes;
77-
- Very customizable and documented as well;
78-
- Have all required libraries in self;
79-
80-
And more stuff.
70+
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination
71+
- Code refactoring and autocompletion with Rope
72+
- Fast python folding
73+
- Virtualenv support
74+
- Search by python documentation and run python code
75+
- Auto pep8 error fixes
8176

77+
And more.
8278

8379
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
8480
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790

0 commit comments

Comments
 (0)