Skip to content

Commit 5768d08

Browse files
committed
Fix rst error
1 parent 5e9f649 commit 5768d08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,9 @@ Communicating Between Interpreters
383383

384384
.. exception:: ItemInterpreterDestroyed
385385

386-
This exception, a subclass of :exc:`QueueError`, is raised by
387-
:meth:`!Queue.get` and :meth:`!Queue.get_nowait` when the original
388-
interpreter that put an item into the queue has been destroyed and
389-
the queue was created with ``unbounditems=UNBOUND_ERROR``.
386+
This exception is raised by :meth:`!Queue.get` and :meth:`!Queue.get_nowait`
387+
when the original interpreter that put an item into the queue has been
388+
destroyed and the queue was created with ``unbounditems=UNBOUND_ERROR``.
390389

391390

392391
Basic usage

0 commit comments

Comments
 (0)