Skip to content

Commit 5f9c131

Browse files
bpo-40045: Make "dunder" method documentation easier to locate (#19153)
* issue 40045 * Update lexical_analysis.rst Make "dunder" method documentation easier(GH-19153) Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
1 parent d8ff44c commit 5f9c131

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,11 @@ characters:
376376
information on this convention.
377377

378378
``__*__``
379-
System-defined names. These names are defined by the interpreter and its
380-
implementation (including the standard library). Current system names are
381-
discussed in the :ref:`specialnames` section and elsewhere. More will likely
382-
be defined in future versions of Python. *Any* use of ``__*__`` names, in
383-
any context, that does not follow explicitly documented use, is subject to
379+
System-defined names, informally known as "dunder" names. These names are
380+
defined by the interpreter and its implementation (including the standard library).
381+
Current system names are discussed in the :ref:`specialnames` section and elsewhere.
382+
More will likely be defined in future versions of Python. *Any* use of ``__*__`` names,
383+
in any context, that does not follow explicitly documented use, is subject to
384384
breakage without warning.
385385

386386
``__*``

0 commit comments

Comments
 (0)