Skip to content

Commit 366e4b4

Browse files
committed
A couple changes to dev/env.
1 parent f203781 commit 366e4b4

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 :file:`.vimrc`::
5151
autocmd BufWritePost *.py call Pyflakes()
5252
autocmd BufWritePost *.py call Pep8()
5353

54-
If you are already using syntastic_, you can tell it to run Pyflakes on write
54+
If you are already using syntastic_, you can set 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

@@ -262,9 +262,9 @@ the current state of the environment packages. To do this, run
262262
263263
This will create a :file:`requirements.txt` file, which contains a simple
264264
list of all the packages in the current environment, and their respective
265-
versions. Later, a different developer (or you, if you need to re-
266-
create the environment) can install the same packages, with the same
267-
versions by running
265+
versions. Later it will be easier for a different developer (or you, if you
266+
need to re-create the environment) to install the same packages using the
267+
same versions:
268268

269269
.. code-block:: console
270270

0 commit comments

Comments
 (0)