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 :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
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
@@ -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
264264list 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
You can’t perform that action at this time.
0 commit comments