commit | 84846b0187919551b1b08dca447658bbbbb710b1 | [log] [tgz] |
---|---|---|
author | Jake Tesler <jake.tesler@gmail.com> | Tue Jul 30 14:41:46 2019 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Tue Jul 30 23:41:46 2019 +0200 |
tree | c589c28dd13b15353c4b140a39a09f9c7ddddac7 | |
parent | eca7ffc61cf925eae5def8c64b05d47f24e60e1f [diff] |
bpo-36084: Add threading Native ID information to What's New documentation (GH-14845)
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index f80eb22..7de12fb 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst
@@ -371,7 +371,7 @@ system-wide) from the time the thread is created until the thread has been terminated. - .. availability:: Require :func:`get_native_id` function. + .. availability:: Requires :func:`get_native_id` function. .. versionadded:: 3.8