Skip to content

Commit 4bcaca5

Browse files
committed
Fix names for some error types
1 parent 0aab07c commit 4bcaca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,13 @@ Communicating Between Interpreters
335335
The queue's ID.
336336

337337

338-
.. exception:: QueueEmptyError
338+
.. exception:: QueueEmpty
339339

340340
This exception, a subclass of :exc:`queue.Empty`, is raised from
341341
:meth:`!Queue.get` and :meth:`!Queue.get_nowait` when the queue
342342
is empty.
343343

344-
.. exception:: QueueFullError
344+
.. exception:: QueueFull
345345

346346
This exception, a subclass of :exc:`queue.Full`, is raised from
347347
:meth:`!Queue.put` and :meth:`!Queue.put_nowait` when the queue

0 commit comments

Comments
 (0)