Skip to content

Commit a54b640

Browse files
committed
Address more feedback
1 parent a92ef34 commit a54b640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Mypy now supports t-strings that were introduced in Python 3.14.
156156

157157
### Experimental New Parser
158158

159-
If you install mypy using `pip install mypy[native-parse]` and run mypy with
159+
If you install mypy using `pip install mypy[native-parser]` and run mypy with
160160
`--native-parser`, you can experiment with a new Python parser. It is based on
161161
the Ruff parser, and it's more efficient than the default parser. It will also enable
162162
access to all Python syntax independent of which Python version you use to run mypy.

0 commit comments

Comments
 (0)