Skip to content

Commit d2c3302

Browse files
committed
Fix doc markup
A blank line is required here Signed-off-by: Jeff Epler <jepler@unpythonic.net>
1 parent 0c87421 commit d2c3302

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/deprecations/pending-removal-in-3.21.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Pending removal in Python 3.21
3030
public :class:`tempfile.TemporaryFileWrapper` instead.
3131

3232
* :mod:`threading`:
33+
3334
* ``threading.Condition.notifyAll``, ``threading.Event.isSet``, and
3435
``threading.activeCount`` will be removed in Python 3.21. Use the snake case
3536
names (e.g., ``notify_all``) instead.

Doc/whatsnew/3.16.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ New deprecations
721721
which is the return type of :func:`tempfile.NamedTemporaryFile`.
722722

723723
* :mod:`threading`:
724+
724725
* ``threading.Condition.notifyAll``, ``threading.Event.isSet``, and
725726
``threading.activeCount`` will be removed in Python 3.21. Use the snake case
726727
names (e.g., ``notify_all``) instead.

0 commit comments

Comments
 (0)