File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -376,11 +376,11 @@ characters:
376
376
information on this convention.
377
377
378
378
``__*__ ``
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
384
384
breakage without warning.
385
385
386
386
``__* ``
You can’t perform that action at this time.
0 commit comments