From 62284b1c2260fc944c445488bfbb98f01416c136 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 10 Mar 2011 08:57:59 -0500 Subject: [PATCH] --with-doctests -> --with-doctest in README nosetests example. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2