Skip to content

Commit 4dfdd1e

Browse files
committed
Fix Lint
1 parent bb06127 commit 4dfdd1e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Pending removal in Python 3.16
8484

8585
* :mod:`symtable`:
8686

87-
* The :meth:`Class.get_methods <!symtable.Class.get_methods>` method
87+
* The :meth:`!symtable.Class.get_methods` method
8888
has been deprecated since Python 3.14.
8989

9090
* :mod:`sys`:

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,7 @@ New deprecations
27182718
(Contributed by Tian Gao in :gh:`124369` and :gh:`125951`.)
27192719

27202720
* :mod:`symtable`:
2721-
Deprecate :meth:`symtable.Class.get_methods` due to the lack of interest,
2721+
Deprecate :meth:`!symtable.Class.get_methods` due to the lack of interest,
27222722
scheduled for removal in Python 3.16.
27232723
(Contributed by Bénédikt Tran in :gh:`119698`.)
27242724

Misc/NEWS.d/3.14.0a1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ Remove workarounds for non-IEEE 754 systems in :mod:`cmath`.
20382038
.. nonce: WlygzR
20392039
.. section: Library
20402040
2041-
Due to the lack of interest for :meth:`symtable.Class.get_methods`, the
2041+
Due to the lack of interest for :meth:`!symtable.Class.get_methods`, the
20422042
method is marked as deprecated and will be removed in Python 3.16. Patch by
20432043
Bénédikt Tran.
20442044

@@ -2746,7 +2746,7 @@ situations.
27462746
.. nonce: rRrprk
27472747
.. section: Library
27482748
2749-
Fix :meth:`symtable.Class.get_methods` and document its behaviour. Patch by
2749+
Fix :meth:`!symtable.Class.get_methods` and document its behaviour. Patch by
27502750
Bénédikt Tran.
27512751

27522752
..

0 commit comments

Comments
 (0)