Skip to content

Commit a4c1fd0

Browse files
committed
class prefix
1 parent 27994ff commit a4c1fd0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,6 @@ Most of these attributes check the type of the assigned value:
627627
- A :class:`dictionary <dict>` containing defaults for keyword-only
628628
:term:`parameters <parameter>`.
629629

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-
636630
* - .. attribute:: function.__static_attributes__
637631
- A :class:`tuple` containing names of attributes of this class which
638632
are accessed through ``self.X`` from any function in its body.
@@ -1007,7 +1001,7 @@ Special attributes:
10071001
A tuple containing the :ref:`type parameters <type-params>` of
10081002
a :ref:`generic class <generic-classes>`.
10091003

1010-
:attr:`__static_attributes__`
1004+
:attr:`~class.__static_attributes__`
10111005
A tuple containing names of attributes of this class which are accessed
10121006
through ``self.X`` from any function in its body.
10131007

0 commit comments

Comments
 (0)