There was an error while loading. Please reload this page.
1 parent c2b5349 commit b3e40feCopy full SHA for b3e40fe
1 file changed
Doc/library/atexit.rst
@@ -29,8 +29,7 @@ be raised is re-raised.
29
30
In programs that use multiple interpreters, each interpreter has its own stack
31
of exit handlers, which are executed when the interpreter shuts down
32
-(for example, with :meth:`concurrent.interpreters.Interpreter.close` or the
33
-C API :c:func:`Py_EndInterpreter`).
+(for example, with the C API function :c:func:`Py_EndInterpreter`).
34
Registration functions in this module only affect the interpreter they are
35
called from.
36
0 commit comments