We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc17d1 commit 2d88da2Copy full SHA for 2d88da2
docs/spec/directives.rst
@@ -170,7 +170,8 @@ The decorator takes the following arguments:
170
171
* A required positional-only argument representing the deprecation message.
172
* Two keyword-only arguments, ``category`` and ``stacklevel``, controlling
173
- runtime behavior (see under "Runtime behavior" below).
+ runtime behavior. These are not relevant to type checker behavior so they are
174
+ not further described in this specification.
175
176
The positional-only argument is of type ``str`` and contains a message that should
177
be shown by the type checker when it encounters a usage of the decorated object.
0 commit comments