[3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (#113642)

(cherry picked from commit 7595380347)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Hugo van Kemenade 2024-01-02 15:00:06 +02:00 committed by GitHub
parent f8b61c739b
commit 035b6eb987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1860,7 +1860,7 @@ Standard Library
(Contributed by Erlend E. Aasland in :issue:`5846`.)
* :meth:`~!unittest.TestProgram.usageExit` is marked deprecated, to be removed
* :meth:`!unittest.TestProgram.usageExit` is marked deprecated, to be removed
in 3.13.
(Contributed by Carlos Damázio in :gh:`67048`.)