Skip to content

Commit ddc5c46

Browse files
space in OK comment
Co-authored-by: A5rocks <[email protected]>
1 parent d290dee commit ddc5c46

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
@@ -235,7 +235,7 @@ The preferred way to annotate the type of `None` is `None`.
235235
236236
# error: NoneType should not be used as a type, please use None instead [nonetype-type]
237237
x1: NoneType = None
238-
x2: None = None #OK
238+
x2: None = None # OK
239239
240240
.. _code-metaclass:
241241

0 commit comments

Comments
 (0)