Skip to content

Commit caadcaf

Browse files
committed
[3.9] bpo-43723: Revert IDLE doc change (pythonGH-25174)
1 parent 95e4431 commit caadcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/idle.rst

Lines changed: 1 addition & 1 deletion
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)