Skip to content

Commit 611b974

Browse files
!fixup merge
1 parent 4955750 commit 611b974

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Pending removal in Python 3.17
3434
but it has been retained for backward compatibility, with removal scheduled for Python
3535
3.17. Users should use documented introspection helpers like :func:`typing.get_origin`
3636
and :func:`typing.get_args` instead of relying on private implementation details.
37-
3837
- :class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for removal in
3938
Python 3.17.
4039

@@ -53,4 +52,4 @@ Pending removal in Python 3.17
5352
runtime or by static type checkers).
5453

5554
See :pep:`PEP 688 <688#current-options>` for more details.
56-
(Contributed by Shantanu Jain in :gh:`91896`.)
55+
(Contributed by Shantanu Jain in :gh:`91896`.)

0 commit comments

Comments
 (0)