Skip to content

Commit f1b496c

Browse files
authored
Fix help message url for "None and Optional handling" section (#19252)
Fixes #19251
1 parent 4c825e9 commit f1b496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ def add_invertible_flag(
785785
title="None and Optional handling",
786786
description="Adjust how values of type 'None' are handled. For more context on "
787787
"how mypy handles values of type 'None', see: "
788-
"https://mypy.readthedocs.io/en/stable/kinds_of_types.html#%3Cspan%20class="x x-first x-last">no-strict-optional",
788+
"https://mypy.readthedocs.io/en/stable/kinds_of_types.html#%3Cspan%20class="x x-first x-last">optional-types-and-the-none-type",
789789
)
790790
add_invertible_flag(
791791
"--implicit-optional",

0 commit comments

Comments
 (0)