--with-doctests -> --with-doctest in README nosetests example.
authorW. Trevor King <wking@drexel.edu>
Thu, 10 Mar 2011 13:57:59 +0000 (08:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 10 Mar 2011 13:57:59 +0000 (08:57 -0500)
README

diff --git a/README b/README
index 2d03505794eebe8872ce053130435f5a41bb6531..8370012271530e93245969f3aeb396fe75be2ee5 100644 (file)
--- 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