File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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``__* ``
You can’t perform that action at this time.
0 commit comments