From 71d69ee7ea1861982b6f2b1d189ccb3811e0b97f Mon Sep 17 00:00:00 2001 From: "BRIGANTI Raffaele (EXT)" Date: Mon, 11 Nov 2019 23:08:05 +0100 Subject: [PATCH] Fixed link to pep20_by_example.pdf. Now the link is the github repo of the author. --- docs/writing/style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/style.rst b/docs/writing/style.rst index bbe77f5b2..91f089374 100644 --- a/docs/writing/style.rst +++ b/docs/writing/style.rst @@ -455,7 +455,7 @@ Also known as :pep:`20`, the guiding principles for Python's design. Namespaces are one honking great idea -- let's do more of those! For some examples of good Python style, see `these slides from a Python user -group `_. +group `_. *****