]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 2 Jan 2024 13:00:06 +0000 (15:00 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 13:00:06 +0000 (13:00 +0000)
(cherry picked from commit 7595380347610598a3f5529214a449660892537b)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/whatsnew/3.11.rst

index 104d9894601d609d3bb6242cb3452d26e9e50f52..1a0efa0fd952868ee3143adec6ae8d58d184dec6 100644 (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`.)