From 5040c0d5eea0d5087f40f2d5b61b930db52cc47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Piln=C3=A1=C4=8Dek?= Date: Tue, 19 Sep 2017 10:26:24 +0200 Subject: [PATCH] Migrate PEP8 changes made in https://github.com/python/peps/commit/8350530c12bf2f875562d91f47553252af8177de --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e496b25..9b7b41a 100644 --- a/index.html +++ b/index.html @@ -735,7 +735,7 @@ initialize(FILES,
FILES = ['setup.cfg', 'tox.ini',]
 initialize(FILES, error=True,)
- +

Comments

@@ -872,6 +872,12 @@ Optional plotz says to frobnicate the bizbaz first.

In some fonts, these characters are indistinguishable from the numerals one and zero. When tempted to use ā€˜l’, use ā€˜L’ instead.

+

ASCII Compatibility

+ + +

Identifiers used in the standard library must be ASCII compatible as described in the

policy section of PEP 3131.

+ +

Package and Module Names