Skip to content

Commit e0092bf

Browse files
committed
Update one more test
1 parent 29a47f1 commit e0092bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/semanal-errors.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ class A:
12301230
@overload # E: Decorators on top of @property are not supported
12311231
@property
12321232
def f(self) -> int: pass
1233-
@property # E: Only supported top decorator is @f.setter
1233+
@property # E: Only supported top decorators are @f.setter and @f.deleter
12341234
@overload
12351235
def f(self) -> int: pass
12361236
[builtins fixtures/property.pyi]

0 commit comments

Comments
 (0)