Skip to content

Commit 6563c36

Browse files
committed
Delete stale comment referencing non-existent attribute
1 parent be7bc52 commit 6563c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@ def f(x: B[T]) -> T: ... # without T, Any would be used here
35933593
type will be initially an instance type with wrong number of type arguments.
35943594
Such instances are all fixed either during or after main semantic analysis passes.
35953595
We therefore store the difference between `List` and `List[Any]` rvalues (targets)
3596-
using the `no_args` flag. See also TypeAliasExpr.no_args.
3596+
using the `no_args` flag.
35973597
35983598
Meaning of other fields:
35993599

0 commit comments

Comments
 (0)