From: W. Trevor King Date: Thu, 10 Mar 2011 13:57:59 +0000 (-0500) Subject: --with-doctests -> --with-doctest in README nosetests example. X-Git-Tag: 0.5~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62284b1c2260fc944c445488bfbb98f01416c136;p=pypiezo.git --with-doctests -> --with-doctest in README nosetests example. --- diff --git a/README b/README index 2d03505..8370012 100644 --- a/README +++ b/README @@ -66,7 +66,7 @@ Testing Run internal unit tests with:: - $ nosetests --with-doctests --doctest-tests pypiezo + $ nosetests --with-doctest --doctest-tests pypiezo Licence