[Python-checkins] devguide: Add mising 'r'.

terry.reedy python-checkins at python.org
Wed Jan 25 09:56:32 CET 2012


http://hg.python.org/devguide/rev/8c9c8f6b92c2
changeset:   491:8c9c8f6b92c2
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Jan 25 03:56:11 2012 -0500
summary:
  Add mising 'r'.

files:
  runtests.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/runtests.rst b/runtests.rst
--- a/runtests.rst
+++ b/runtests.rst
@@ -66,7 +66,7 @@
 
 You can also execute the ``Tools/scripts/run_tests.py`` script as  found in a
 CPython checkout. The script tries to balance speed with thoroughness. But if
-you want the most thorough tests you should use the stenuous approach shown
+you want the most thorough tests you should use the strenuous approach shown
 above.
 
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list