We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92ef34 commit a54b640Copy full SHA for a54b640
1 file changed
CHANGELOG.md
@@ -156,7 +156,7 @@ Mypy now supports t-strings that were introduced in Python 3.14.
156
157
### Experimental New Parser
158
159
-If you install mypy using `pip install mypy[native-parse]` and run mypy with
+If you install mypy using `pip install mypy[native-parser]` and run mypy with
160
`--native-parser`, you can experiment with a new Python parser. It is based on
161
the Ruff parser, and it's more efficient than the default parser. It will also enable
162
access to all Python syntax independent of which Python version you use to run mypy.
0 commit comments