Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83a1045

Browse files
committed
Issue #27891: Tweak new idlelib README entry.
1 parent 112835c commit 83a1045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/idlelib/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ Sort 'from idlelib import mod1' and 'from idlelib.mod2 import object'
242242
together by module, ignoring within module objects.
243243
Put 'import __main__' after other idlelib imports.
244244

245-
Imports only needed for testing are not at the top but are put in the
246-
htest function def or the "if __name__ == '__main__'" clause.
245+
Imports only needed for testing are put not at the top but in an
246+
htest function def or "if __name__ == '__main__'" clause.
247247

248248
Within module imports like "from idlelib.mod import class" may cause
249249
circular imports to deadlock. Even without this, circular imports may

0 commit comments

Comments
 (0)