File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ order to do this, add the following lines to your ``.vimrc``::
5151 autocmd BufWritePost *.py call Pyflakes()
5252 autocmd BufWritePost *.py call Pep8()
5353
54- If you are already using syntastic _ you can enable it to run Pyflakes on write
54+ If you are already using syntastic _ you can enable it to run Pyflakes on write,
5555and show errors and warnings in the quickfix window. An example configuration
5656to do that which also shows status and warning messages in the statusbar would be::
5757
@@ -143,7 +143,7 @@ The most popular Eclipse plugin for Python development is Aptana's
143143Komodo IDE
144144----------
145145`Komodo IDE <http://www.activestate.com/komodo-ide >`_ is developed by
146- ActiveState and is a commercial IDE for Windows, Mac and Linux.
146+ ActiveState and is a commercial IDE for Windows, Mac, and Linux.
147147
148148
149149Spyder
@@ -234,9 +234,9 @@ Install packages as usual:
234234
235235 $ pip install requests
236236
237- To stop using an environment simply type ``deactivate ``. To remove the
237+ To stop using an environment, simply type ``deactivate ``. To remove the
238238environment, just remove the directory it was installed into. (In this
239- case, it would be ``rm -rf venv ``).
239+ case, it would be ``rm -rf venv ``.)
240240
241241Other Notes
242242^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments