Skip to content

Commit fc5e1ff

Browse files
authored
Fix typo in error_code_list.rst (#17645)
1 parent 50d0d04 commit fc5e1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/error_code_list.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ comment:
11841184

11851185
.. code-block:: python
11861186
1187-
class MyClass
1187+
class MyClass:
11881188
@special # type: ignore[prop-decorator]
11891189
@property
11901190
def magic(self) -> str:

0 commit comments

Comments
 (0)