Skip to content

Commit 82fb613

Browse files
authored
Fix formatting in error_code_list2.rst (#21457)
Before: <img width="730" height="167" alt="Снимок экрана 2026-05-10 в 13 27 42" src="https://github.com/user-attachments/assets/ac5711cd-40f8-47ec-b530-b3fc40d3c79f" />
1 parent b199f90 commit 82fb613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/error_code_list2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Example:
550550
Check that overrides of mutable attributes are safe [mutable-override]
551551
----------------------------------------------------------------------
552552

553-
`mutable-override` will enable the check for unsafe overrides of mutable attributes.
553+
``mutable-override`` will enable the check for unsafe overrides of mutable attributes.
554554
For historical reasons, and because this is a relatively common pattern in Python,
555555
this check is not enabled by default. The example below is unsafe, and will be
556556
flagged when this error code is enabled:

0 commit comments

Comments
 (0)