Skip to content

Commit 802eb1e

Browse files
committed
markup fix in lingo
1 parent 16f0b6e commit 802eb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/lingo/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ python -m doctest module_with_tests.py
196196

197197
[[N]]
198198

199-
[[name_mangling]]name mangling:: (((name mangling)))The automatic renaming of private attributes from `+__x+` to `+_MyClass__x`, performed by the Python interpreter at runtime.
199+
[[name_mangling]]name mangling:: (((name mangling)))The automatic renaming of private attributes from `+__x+` to `_MyClass__x`, performed by Python at runtime.
200200

201201
[[nonoverriding_descriptor]]nonoverriding descriptor:: ((("nonoverriding descriptors")))(((descriptors, nonoverriding)))A _descriptor_ that does not implement `+__set__+` and therefore does not interfere with setting of the _managed attribute_ in the _managed instance_. Consequently, if a namesake attribute is set in the _managed instance_, it will shadow the descriptor in that instance. Also called nondata descriptor or shadowable descriptor. Contrast with <<overriding descriptor>>.
202202

0 commit comments

Comments
 (0)