From 8ce0079b5a7ea414d410c690abe2e4ead52f4f07 Mon Sep 17 00:00:00 2001 From: Mike Castle Date: Sat, 1 Feb 2025 16:43:31 -0800 Subject: [PATCH] Move link supression around in a Note for exceptions.rst (#129015) This makes it similar to the same text in constants.rst. --- Doc/library/exceptions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index f72b11e34c5c3d..3358d6e41cbab0 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -335,9 +335,9 @@ The following exceptions are the exceptions that are usually raised. .. note:: - ``NotImplementedError`` and :data:`NotImplemented` are not interchangeable, + ``NotImplementedError`` and :data:`!NotImplemented` are not interchangeable, even though they have similar names and purposes. See - :data:`!NotImplemented` for details on when to use it. + :data:`NotImplemented` for details on when to use it. .. exception:: OSError([arg]) OSError(errno, strerror[, filename[, winerror[, filename2]]])