bhumijgupta
2019-06-29 16:43:29 +05:30
parent 4ba803b668
commit ea897599a1
+1 -1
View File
@@ -844,7 +844,7 @@ Optional plotz says to frobnicate the bizbaz first.
<ul>
<li><code>_single_leading_underscore</code>: weak “internal use” indicator. E.g. <code>from M import *</code> does not import objects whose name starts with an underscore.</li>
<li><code>_single_leading_underscore</code>: weak “internal use” indicator. E.g. <code>from M import *</code> does not import objects whose name start with an underscore.</li>
<p></p>
<li><p><code>single_trailing_underscore_</code>: used by convention to avoid conflicts with Python keyword, e.g.:</p>