summaryrefslogtreecommitdiff
path: root/docs/DEVGUIDE.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-05 13:29:59 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-05 13:29:59 +0100
commit888f138a45f42f1b9e12cfca2109307a32314d2c (patch)
treefc7a13e0081681251fb6335b826b1bfb2836f8a8 /docs/DEVGUIDE.rst
parent74bdb6487cece4b2acb8ddf716ecd3a645d287d8 (diff)
downloadpsutil-888f138a45f42f1b9e12cfca2109307a32314d2c.tar.gz
bump up version, fix some doc issues
Diffstat (limited to 'docs/DEVGUIDE.rst')
-rw-r--r--docs/DEVGUIDE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEVGUIDE.rst b/docs/DEVGUIDE.rst
index df031bde..f587ebcc 100644
--- a/docs/DEVGUIDE.rst
+++ b/docs/DEVGUIDE.rst
@@ -46,7 +46,7 @@ Some useful make commands:
.. code-block:: bash
make install # install
- make setup-dev-env # install useful dev libs (fkale8, unittest2, etc.)
+ make setup-dev-env # install useful dev libs (flake8, unittest2, etc.)
make test # run unit tests
make test-memleaks # run memory leak tests
make test-coverage # run test coverage