Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e4431 commit 56c76dfCopy full SHA for 56c76df
Doc/library/idle.rst
@@ -732,7 +732,7 @@ intended to be the same as executing the same code by the default method,
732
directly with Python in a text-mode system console or terminal window.
733
However, the different interface and operation occasionally affect
734
visible results. For instance, ``sys.modules`` starts with more entries,
735
-and ``threading.activeCount()`` returns 2 instead of 1.
+and ``threading.active_count()`` returns 2 instead of 1.
736
737
By default, IDLE runs user code in a separate OS process rather than in
738
the user interface process that runs the shell and editor. In the execution
0 commit comments