Skip to content

Commit

Permalink
Fix typo in error_code_list.rst (#17645)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 5, 2024
1 parent 50d0d04 commit fc5e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/error_code_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ comment:

.. code-block:: python
class MyClass
class MyClass:
@special # type: ignore[prop-decorator]
@property
def magic(self) -> str:
Expand Down

0 comments on commit fc5e1ff

Please sign in to comment.