]> granicus.if.org Git - python/commitdiff
Issue #27891: Tweak new idlelib README entry.
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 31 Aug 2016 23:37:28 +0000 (19:37 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 31 Aug 2016 23:37:28 +0000 (19:37 -0400)
Lib/idlelib/README.txt

index e52b5cd7b266afe7cf64ea57660245461d1a411e..a879c1766e2d17d5d5636b9fd0fd7c3862193d4a 100644 (file)
@@ -242,8 +242,8 @@ Sort 'from idlelib import mod1' and 'from idlelib.mod2 import object'
 together by module, ignoring within module objects.
 Put 'import __main__' after other idlelib imports.
 
-Imports only needed for testing are not at the top but are put in the
-htest function def or the "if __name__ == '__main__'" clause.
+Imports only needed for testing are put not at the top but in an
+htest function def or "if __name__ == '__main__'" clause.
 
 Within module imports like "from idlelib.mod import class" may cause
 circular imports to deadlock.  Even without this, circular imports may