diff --git a/index.html b/index.html index f431db4..e68fd50 100644 --- a/index.html +++ b/index.html @@ -844,7 +844,7 @@ Optional plotz says to frobnicate the bizbaz first.
_single_leading_underscore: weak “internal use” indicator. E.g. from M import * does not import objects whose name starts with an underscore._single_leading_underscore: weak “internal use” indicator. E.g. from M import * does not import objects whose name start with an underscore.single_trailing_underscore_: used by convention to avoid conflicts with Python keyword, e.g.: