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 8719e63 commit 46a3046Copy full SHA for 46a3046
docs/spec/annotations.rst
@@ -355,9 +355,7 @@ In most cases the first argument of instance and class methods
355
If the argument is not annotated, then for instance methods it is
356
assumed to have the type of the containing class or :ref:`Self
357
<self>`, and for class methods the type object type corresponding to
358
-the containing class object or ``type[Self]``. In a class method, the
359
-precise type of the first argument cannot be represented using the
360
-available type notation.
+the containing class object or ``type[Self]``.
361
362
In addition, the first argument in an instance method can be annotated
363
with a type variable. In this case the return type may use the same
0 commit comments