Skip to content

Commit ddc5c46

Browse files
space in OK comment
Co-authored-by: A5rocks <git@helvetica.moe>
1 parent d290dee commit ddc5c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)