Skip to content

Commit a3b62b5

Browse files
Update main.py: fix terminal punctuation
I was so real for this...
1 parent e07a90a commit a3b62b5

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
@@ -864,7 +864,7 @@ def add_invertible_flag(
864864
title="None and Optional handling",
865865
description="Adjust how values of type 'None' are handled. For more context on "
866866
"how mypy handles values of type 'None', see: "
867-
"https://mypy.readthedocs.io/en/stable/kinds_of_types.html#optional-types-and-the-none-type",
867+
"https://mypy.readthedocs.io/en/stable/kinds_of_types.html#optional-types-and-the-none-type.",
868868
)
869869
add_invertible_flag(
870870
"--implicit-optional",

0 commit comments

Comments
 (0)