From 8f7721db3ae11e2d2a3a534aaa9c4bd8f41d893a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 19 Apr 2012 22:04:06 -0400 Subject: [PATCH] Fix pgp-mime -> pgp_mime in README nosetest examples. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7b88dd9..18fed9a 100644 --- a/README +++ b/README @@ -104,12 +104,12 @@ Testing Run the internal unit tests using nose_:: - $ nosetests --with-doctest --doctest-tests pgp-mime + $ nosetests --with-doctest --doctest-tests pgp_mime If a Python-3-version of ``nosetests`` is not the default on your system, you may need to try something like:: - $ nosetests-3.2 --with-doctest --doctest-tests pgp-mime + $ nosetests-3.2 --with-doctest --doctest-tests pgp_mime Licence ======= -- 2.26.2