Skip to content

Commit 19d9d40

Browse files
Update error_code_list2.rst
1 parent 3456a8b commit 19d9d40

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
@@ -682,7 +682,7 @@ Example:
682682
Error if an untyped decorator makes a typed function effectively untyped [untyped-decorator]
683683
----------------------------------------------------->
684684

685-
If enabled with :option:`--disallow-untyped-decorators`
685+
If enabled with :option:`--disallow-untyped-decorators <mypy --disallow-untyped-decorators>`
686686
mypy generates an error if a typed function is wrapped by an untyped decorator
687687
(as this would effectively remove the benefits of typing the function).
688688

0 commit comments

Comments
 (0)