From ac42459a88c98cf798eb85105bddb8eeb8fa0faf 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:37:53 +0200 Subject: [PATCH] Migrate PEP8 changes made in https://github.com/python/peps/commit/b61bb7d343c660a2abe3e37fb325d21bc2a19c6e --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9b7b41a..0a08ad3 100644 --- a/index.html +++ b/index.html @@ -533,7 +533,7 @@ import sys -
  • Between a trailing comma and a following close parentheses. :

    +
  • Between a trailing comma and a following close parenthesis. :

    Yes:

    foo = (0,)