Skip to content

Commit 247e1c4

Browse files
committed
Merge pull request realpython#535 from knikolla/master
Removed broken link to Zen of Python
2 parents ca0e531 + f7ee56f commit 247e1c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/writing/style.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,8 @@ Also known as :pep:`20`, the guiding principles for Python's design.
418418
If the implementation is easy to explain, it may be a good idea.
419419
Namespaces are one honking great idea -- let's do more of those!
420420
421-
For some examples of good Python style, see `this Stack Overflow question
422-
<http://stackoverflow.com/questions/228181/the-zen-of-python>`_ or `these
423-
slides from a Python user group
424-
<http://artifex.org/~hblanks/talks/2011/pep20_by_example.pdf>`_.
421+
For some examples of good Python style, see `these slides from a Python user
422+
group <http://artifex.org/~hblanks/talks/2011/pep20_by_example.pdf>`_.
425423

426424
PEP 8
427425
-----

0 commit comments

Comments
 (0)