Skip to content

Commit 18d148c

Browse files
Doc: Improve builtin_function.__self__ definition
Co-authored-by: Alex Waygood <[email protected]>
1 parent 3051d0c commit 18d148c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ Special read-only attributes
840840
See also: :attr:`__qualname__ attributes <definition.__qualname__>`.
841841

842842
* - .. attribute:: builtin_function.__self__
843-
- It is set to ``None`` (but see :ref:`built-in methods <builtin-methods>`).
843+
- This is always ``None`` (but see :ref:`built-in methods <builtin-methods>`).
844844

845845
* - .. attribute:: builtin_function.__text_signature__
846846
- The function's signature as plain text, or ``None`` if unavailable.

0 commit comments

Comments
 (0)