summaryrefslogtreecommitdiffstats
path: root/Lib/test/README
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-09-10 01:39:21 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-09-10 01:39:21 (GMT)
commitbea3fb83a76db479bb7c523fd8c16f7bc23f4336 (patch)
tree981a44a15be53a8dd5867a1257977cedb3c06077 /Lib/test/README
parent810cc51d5f46a50c3a5caf33cc9b9eb6705f13fc (diff)
downloadcpython-bea3fb83a76db479bb7c523fd8c16f7bc23f4336.zip
cpython-bea3fb83a76db479bb7c523fd8c16f7bc23f4336.tar.gz
cpython-bea3fb83a76db479bb7c523fd8c16f7bc23f4336.tar.bz2
Repair late-night doc typos.
Diffstat (limited to 'Lib/test/README')
-rw-r--r--Lib/test/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/README b/Lib/test/README
index 4850957..c8cca1e 100644
--- a/Lib/test/README
+++ b/Lib/test/README
@@ -78,7 +78,7 @@ example:
test_main(1)
If run via regrtest, test_main() is called (by regrtest) without specifying
-verbose, and then test_supprot's idea of verbosity is used. But when
+verbose, and then test_support's idea of verbosity is used. But when
run directly, test_main(1) is called, and then doctest's idea of verbosity
is used.