File tree 1 file changed +1
-7
lines changed 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -627,12 +627,6 @@ Most of these attributes check the type of the assigned value:
627
627
- A :class: `dictionary <dict> ` containing defaults for keyword-only
628
628
:term: `parameters <parameter> `.
629
629
630
- * - .. attribute:: function.__type_params__
631
- - A :class: `tuple ` containing the :ref: `type parameters <type-params >` of
632
- a :ref: `generic function <generic-functions >`.
633
-
634
- .. versionadded :: 3.12
635
-
636
630
* - .. attribute:: function.__static_attributes__
637
631
- A :class: `tuple ` containing names of attributes of this class which
638
632
are accessed through ``self.X `` from any function in its body.
@@ -1007,7 +1001,7 @@ Special attributes:
1007
1001
A tuple containing the :ref: `type parameters <type-params >` of
1008
1002
a :ref: `generic class <generic-classes >`.
1009
1003
1010
- :attr: `__static_attributes__ `
1004
+ :attr: `~class. __static_attributes__ `
1011
1005
A tuple containing names of attributes of this class which are accessed
1012
1006
through ``self.X `` from any function in its body.
1013
1007
You can’t perform that action at this time.
0 commit comments