We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd1d21 commit 11bc0fdCopy full SHA for 11bc0fd
docs/source/common_issues.rst
@@ -455,7 +455,7 @@ Example:
455
# The rest of this file doesn't apply to Windows.
456
457
Some other expressions exhibit similar behavior; in particular,
458
-:py:data:`~typing.TYPE_CHECKING`, variables named ``MYPY``, and any variable
+:py:data:`~typing.TYPE_CHECKING`, variables named ``MYPY`` or ``TYPE_CHECKING``, and any variable
459
whose name is passed to :option:`--always-true <mypy --always-true>` or :option:`--always-false <mypy --always-false>`.
460
(However, ``True`` and ``False`` are not treated specially!)
461
0 commit comments