Skip to content

Commit fbf67f7

Browse files
committed
Fix inconsistent strict_optional documentation
1 parent 79a769a commit fbf67f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/config_file.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,10 @@ section of the command line docs.
618618
:type: boolean
619619
:default: True
620620

621-
Effectively disables checking of optional
622-
types and ``None`` values. With this option, mypy doesn't
623-
generally check the use of ``None`` values -- it is treated
624-
as compatible with every type.
621+
When set to ``false``, this option effectively disables checking
622+
of optional types and ``None`` values. With this option, mypy
623+
doesn't generally check the use of ``None`` values -- it is
624+
treated as compatible with every type.
625625

626626
.. warning::
627627

0 commit comments

Comments
 (0)