Skip to content

Commit 55f3e68

Browse files
typo
1 parent fd636a1 commit 55f3e68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-data/unit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with text "abc..."
3737
- repeating `# E: ` several times in one line indicates multiple expected errors in one line
3838
- `W: ...` and `N: ...` works exactly like `E: ...`, but report a warning and a note respectively
3939
- lines that don't contain the above should cause no type check errors
40-
- lines that begin with `--` are test-file-format comments, and will not appear in the texted python
40+
- lines that begin with `--` are test-file-format comments, and will not appear in the tested python
4141
source code
4242
- some test files are run in a special way by the test runner; this is typically documented in
4343
test-file-format comments at the top of the test file

test-data/unit/check-error-comments.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ x: int = "hi" # n: Incompatible types in assignment (expression has type "str",
4242

4343

4444
[case oddErrorCommentsThatDontWorkCaseAndNoColon-xfail]
45-
-- I didn't implment these. This is veering towards the ambiguous.
45+
-- I didn't implement these. This is veering towards the ambiguous.
4646
x: int = "hi" # e: Incompatible types in assignment (expression has type "str", variable has type "int")
4747
x2: int = "hi" # E Incompatible types in assignment (expression has type "str", variable has type "int")
4848
x3: int = "hi" # e Incompatible types in assignment (expression has type "str", variable has type "int")

0 commit comments

Comments
 (0)