]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-43723: Backport IDLE doc change (GH-25174)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 16 Apr 2021 07:01:00 +0000 (03:01 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 07:01:00 +0000 (03:01 -0400)
Cherry-picked from 9825bdfbd5c966abf1f1b7264992d722a94c9613

Doc/library/idle.rst

index 6ef15653eacb55395f6742f49bee6a39f4d29f82..3c302115b5f40811b47eb7bb2f0ed8d1853dfc60 100644 (file)
@@ -732,7 +732,7 @@ intended to be the same as executing the same code by the default method,
 directly with Python in a text-mode system console or terminal window.
 However, the different interface and operation occasionally affect
 visible results.  For instance, ``sys.modules`` starts with more entries,
-and ``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