Skip to content

Commit

Permalink
Fix typo in changelog (#16449)
Browse files Browse the repository at this point in the history
I also updated the blog post.
  • Loading branch information
JukkaL authored Nov 10, 2023
1 parent 4f020e7 commit ed03aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def f(t: tuple[int, int] | tuple[int, int, int]) -> None:

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

#### More Precise Tuple Lenghts (Experimental)
#### More Precise Tuple Lengths (Experimental)

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.

Expand Down

0 comments on commit ed03aff

Please sign in to comment.