Skip to content

Commit 56c76df

Browse files
authored
[3.9] bpo-43723: Revert IDLE doc change (GH-25174)
Change threading.activeCount to synonym threading.active_count.
1 parent 95e4431 commit 56c76df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/idle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ intended to be the same as executing the same code by the default method,
732732
directly with Python in a text-mode system console or terminal window.
733733
However, the different interface and operation occasionally affect
734734
visible results. For instance, ``sys.modules`` starts with more entries,
735-
and ``threading.activeCount()`` returns 2 instead of 1.
735+
and ``threading.active_count()`` returns 2 instead of 1.
736736

737737
By default, IDLE runs user code in a separate OS process rather than in
738738
the user interface process that runs the shell and editor. In the execution

0 commit comments

Comments
 (0)