diff options
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging-cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 661d6c290f6..7d64a02358a 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -626,7 +626,7 @@ which, when run, will produce: of each message with the handler's level, and only passes a message to a handler if it's appropriate to do so. -.. versionchanged:: next +.. versionchanged:: 3.14 The :class:`QueueListener` can be started (and stopped) via the :keyword:`with` statement. For example: |