From 087ede6771099a66dccb968c8aacfa04e9ba27a8 Mon Sep 17 00:00:00 2001 From: Gabriel Legault Date: Mon, 12 Feb 2018 20:06:57 -0500 Subject: [PATCH] fixing a typo in the README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 095d5cd5..b392e4bc 100644 --- a/README.rst +++ b/README.rst @@ -69,13 +69,13 @@ pytest pip install pytest pytest-cov pytest --cov=./ -nosetest +nosetests -------- .. code-block:: shell-session - nosetest --with-coverage + nosetests --with-coverage See the `Offical Nose coverage docs `_ for more information.