Skip to content

Commit 147bd1a

Browse files
Fix minor grammatical issue in generics_syntax_infer_variance non-conformance message (#2193)
* Fix minor grammatical issue in `generics_syntax_infer_variance` non-conformance message Resolves #2192 * Fix minor grammatical issue in `generics_syntax_infer_variance` non-conformance message Resolves #2192
1 parent 21b0785 commit 147bd1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conformance/results/mypy/generics_syntax_infer_variance.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
conformant = "Unsupported"
22
notes = """
3-
Type parameter syntax not yet support.
3+
Type parameter syntax not yet supported.
44
"""
55
output = """
66
generics_syntax_infer_variance.py:11: error: Unexpected argument to "TypeVar()": "infer_variance" [misc]

conformance/results/results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h3>Python Type System Conformance Test Results</h3>
353353
<th class="column col2 conformant">Pass</th>
354354
</tr>
355355
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_syntax_infer_variance</th>
356-
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Type parameter syntax not yet support.</p></span></div></th>
356+
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Type parameter syntax not yet supported.</p></span></div></th>
357357
<th class="column col2 conformant">Pass</th>
358358
<th class="column col2 conformant">Pass</th>
359359
<th class="column col2 conformant">Pass</th>

0 commit comments

Comments
 (0)