mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 18:36:31 +08:00
Fix grammar typos (#15324)
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ This test compares the stdlib stubs against the objects at runtime. Because of
|
||||
this, the output depends on which version of Python and on what kind of system
|
||||
it is run.
|
||||
As such, if you run this test locally, it may complain about system-specific
|
||||
differences (in e.g, `socket`) that the type system cannot capture or our stubtest settings
|
||||
differences (in e.g., `socket`) that the type system cannot capture or our stubtest settings
|
||||
in CI do not account for. If you run into this issue, consider opening a draft PR and letting CI
|
||||
test it automatically (or
|
||||
[running the test via Github Actions](https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#running-a-workflow)
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user