Skip to content

Commit b3e40fe

Browse files
authored
Remove reference to missing concurrent.interpreters
1 parent c2b5349 commit b3e40fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/atexit.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ be raised is re-raised.
2929

3030
In programs that use multiple interpreters, each interpreter has its own stack
3131
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`).
32+
(for example, with the C API function :c:func:`Py_EndInterpreter`).
3433
Registration functions in this module only affect the interpreter they are
3534
called from.
3635

0 commit comments

Comments
 (0)