Skip to content

Commit 46a3046

Browse files
committed
remove sentence
1 parent 8719e63 commit 46a3046

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/spec/annotations.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,7 @@ In most cases the first argument of instance and class methods
355355
If the argument is not annotated, then for instance methods it is
356356
assumed to have the type of the containing class or :ref:`Self
357357
<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.
358+
the containing class object or ``type[Self]``.
361359

362360
In addition, the first argument in an instance method can be annotated
363361
with a type variable. In this case the return type may use the same

0 commit comments

Comments
 (0)