Skip to content

Commit 3050584

Browse files
author
Zearin
committed
dev/env.rst: Minor edits
1 parent 1b4fc88 commit 3050584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dev/env.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,
5555
and show errors and warnings in the quickfix window. An example configuration
5656
to 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
143143
Komodo 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

149149
Spyder
@@ -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
238238
environment, 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

241241
Other Notes
242242
^^^^^^^^^^^

0 commit comments

Comments
 (0)