Fix grammar typos (#15324)

This commit is contained in:
Semyon Moroz
2026-01-25 15:23:18 +00:00
committed by GitHub
parent 84c2067451
commit 0664473614
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ diagnostics.
Many test cases also make use of
[`assert_type`](https://docs.python.org/3.11/library/typing.html#typing.assert_type),
a function which allows us to test whether a type checker's inferred type of an
expression is what we'd like it be.
expression is what we'd like it to be.
Finally, some tests make use of `# type: ignore` comments (in combination with
mypy's