From fa8be4ed82ed82a522d73e8fe8f5417b274f7a3f Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 23 Nov 2018 07:07:08 +0100 Subject: [PATCH] Add url to pep 257 in readme (#615) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 089a67c..24f1b8f 100644 --- a/README.md +++ b/README.md @@ -359,8 +359,8 @@ string literals that ended up on the same line (see [#26](https://github.com/ambv/black/issues/26) for details). Why settle on double quotes? They anticipate apostrophes in English -text. They match the docstring standard described in PEP 257. An -empty string in double quotes (`""`) is impossible to confuse with +text. They match the docstring standard described in [PEP 257](https://www.python.org/dev/peps/pep-0257/#what-is-a-docstring). +An empty string in double quotes (`""`) is impossible to confuse with a one double-quote regardless of fonts and syntax highlighting used. On top of this, double quotes for strings are consistent with C which Python interacts a lot with. -- 2.39.5