Skip to content

Commit 27da6c2

Browse files
Fix "works" typo
1 parent 0f00e2e commit 27da6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ with text "abc..."
4040
Note also: in all other contexts, such as line-continuation, the backslash acts
4141
as it normally would in a Python source file.
4242
- 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
43+
- `W: ...` and `N: ...` work exactly like `E: ...`, but report a warning and a note respectively
4444
- lines that don't contain the above should cause no type check errors
4545
- optional `[builtins fixtures/...]` tells the type checker to use
4646
`builtins` stubs from the indicated file (see Fixtures section below)

0 commit comments

Comments
 (0)