mirror of
https://github.com/kennethreitz/pep8.org.git
synced 2026-06-05 23:10:16 +00:00
Migrate PEP8 changes made in https://github.com/python/peps/commit/8350530c12bf2f875562d91f47553252af8177de
This commit is contained in:
+7
-1
@@ -735,7 +735,7 @@ initialize(FILES,
|
||||
<pre><code class="language-python">FILES = ['setup.cfg', 'tox.ini',]
|
||||
initialize(FILES, error=True,)</code></pre>
|
||||
|
||||
|
||||
|
||||
<h1 id="comments">Comments</h1>
|
||||
|
||||
|
||||
@@ -872,6 +872,12 @@ Optional plotz says to frobnicate the bizbaz first.
|
||||
<p>In some fonts, these characters are indistinguishable from the numerals one and zero. When tempted to use ‘l’, use ‘L’ instead.</p>
|
||||
|
||||
|
||||
<h3 id="ascii-compatibility">ASCII Compatibility</h3>
|
||||
|
||||
|
||||
<p>Identifiers used in the standard library must be ASCII compatible as described in the <p><a href="https://www.python.org/dev/peps/pep-3131/#policy-specification">policy section</a> of PEP 3131.</p>
|
||||
|
||||
|
||||
<h3 id="package-and-module-names">Package and Module Names</h3>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user