Skip to content

Commit ed03aff

Browse files
authored
Fix typo in changelog (#16449)
I also updated the blog post.
1 parent 4f020e7 commit ed03aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def f(t: tuple[int, int] | tuple[int, int, int]) -> None:
103103

104104
This feature was contributed by Ivan Levkivskyi (PR [16237](https://github.com/python/mypy/pull/16237)).
105105

106-
#### More Precise Tuple Lenghts (Experimental)
106+
#### More Precise Tuple Lengths (Experimental)
107107

108108
Mypy supports experimental, more precise checking of tuple type lengths through `--enable-incomplete-feature=PreciseTupleTypes`. Refer to the [documentation](https://mypy.readthedocs.io/en/latest/command_line.html#enabling-incomplete-experimental-features) for more information.
109109

0 commit comments

Comments
 (0)