diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 4a00d0bcf95..a471bb09a17 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -27,7 +27,7 @@ lowest valued entry is retrieved first. .. seealso:: Latest version of the `queue module Python source code - `_ + `_. The :mod:`Queue` module defines the following classes and exceptions: