diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index e80384b7775222..3f87e89f675c4e 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -5,7 +5,7 @@
-Source code: Lib/idlelib/
+Source code: Lib/idlelib/
IDLE is Python’s Integrated Development and Learning Environment.
IDLE has the following features:
@@ -685,7 +685,7 @@threading.activeCount() returns 2 instead of 1.
+and threading.active_count() returns 2 instead of 1.
By default, IDLE runs user code in a separate OS process rather than in
the user interface process that runs the shell and editor. In the execution
process, it replaces sys.stdin, sys.stdout, and sys.stderr
@@ -939,7 +939,7 @@