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 0f00e2e commit 27da6c2Copy full SHA for 27da6c2
1 file changed
test-data/unit/README.md
@@ -40,7 +40,7 @@ with text "abc..."
40
Note also: in all other contexts, such as line-continuation, the backslash acts
41
as it normally would in a Python source file.
42
- repeating ` # E: ` several times in one line indicates multiple expected errors in one line
43
-- `W: ...` and `N: ...` works exactly like `E: ...`, but report a warning and a note respectively
+- `W: ...` and `N: ...` work exactly like `E: ...`, but report a warning and a note respectively
44
- lines that don't contain the above should cause no type check errors
45
- optional `[builtins fixtures/...]` tells the type checker to use
46
`builtins` stubs from the indicated file (see Fixtures section below)
0 commit comments