Merge pull request #1016 from maephisto666/bugfix/link-to-pep20-by-example-is-wrong

Fixed link to non-existing pep20_by_example.pdf
This commit is contained in:
Marc Poulin
2019-11-13 09:44:36 -07:00
committed by GitHub
+1 -1
View File
@@ -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 <http://artifex.org/~hblanks/talks/2011/pep20_by_example.pdf>`_.
group <https://github.com/hblanks/zen-of-python-by-example>`_.
*****