summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-30 05:24:49 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-30 05:24:49 (GMT)
commite514093a2ff13c2479dae7967fa21fef21e62267 (patch)
treea754e5e0497e0320d8eef63bf0756599cdae5b3a /Lib/idlelib/idle_test
parent137bac265e5e22a44680799859666cc18bb4af3c (diff)
parenta90a4a96517fe25b57246083076b247f417d737d (diff)
downloadcpython-e514093a2ff13c2479dae7967fa21fef21e62267.zip
cpython-e514093a2ff13c2479dae7967fa21fef21e62267.tar.gz
cpython-e514093a2ff13c2479dae7967fa21fef21e62267.tar.bz2
Issue #27125: Merge typo fixes from 3.5
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt
index a823b85..f74affc 100644
--- a/Lib/idlelib/idle_test/README.txt
+++ b/Lib/idlelib/idle_test/README.txt
@@ -17,8 +17,7 @@ python -m idlelib.idle_test.htest
The idle directory, idlelib, has over 60 xyz.py files. The idle_test
subdirectory should contain a test_xyz.py for each, where 'xyz' is
lowercased even if xyz.py is not. Here is a possible template, with the
-blanks after after '.' and 'as', and before and after '_' to be filled
-in.
+blanks after '.' and 'as', and before and after '_' to be filled in.
import unittest
from test.support import requires