Skip to content

Commit c3ce8cc

Browse files
committed
gh-152912: Fix NEWS entry sphinx-lint warning
Use double backticks around sys.addaudithook() for inline literals. reStructuredText uses single backticks for roles, not code markup.
1 parent e5b8386 commit c3ce8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`sys.addaudithook()` now correctly suppresses only :exc:`RuntimeError` instead of all :exc:`Exception` subclasses when an existing audit hook raises during hook registration. Patch by Yeongu Kim.
1+
``sys.addaudithook()`` now correctly suppresses only :exc:`RuntimeError` instead of all :exc:`Exception` subclasses when an existing audit hook raises during hook registration. Patch by Yeongu Kim.

0 commit comments

Comments
 (0)