mirror of
https://github.com/kennethreitz/pep8.org.git
synced 2026-06-05 23:10:16 +00:00
Migrate changes made in https://github.com/python/peps/commit/2f8f1ec0ba92df5db85e9f78e7c2f422739ef1ec
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user