Skip to content

Commit 3456a8b

Browse files
Apply suggestion from @wyattscarpenter
1 parent 3282eb1 commit 3456a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/error_code_list2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,6 @@ Example:
696696
return func(*args, **kwds)
697697
return wrapper
698698
# A decorated function.
699-
@printing_decorator # E: Untyped decorator makes function "add_forty_two" untyped [misc]
699+
@printing_decorator # E: Untyped decorator makes function "add_forty_two" untyped [untyped-decorator]
700700
def add_forty_two(value: int) -> int:
701701
return value + 42

0 commit comments

Comments
 (0)