Issue #27125: Remove duplicated words from documentation and comments

This commit is contained in:
Martin Panter 2016-05-30 04:04:50 +00:00
parent f45d27bcc3
commit a90a4a9651
17 changed files with 20 additions and 21 deletions

View file

@ -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