Pārlūkot izejas kodu

Removing broken link

http://stackoverflow.com/questions/228181/zen-of-python

This link is also broken, if possible suggest any other link for
explanation of zen of python
archerImagine 10 gadi atpakaļ
vecāks
revīzija
a2223f320d
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      modules.asciidoc

+ 1 - 2
modules.asciidoc

@@ -200,8 +200,7 @@ WARNING: Remember that you should avoid using import-star, i.e. `from mymodule i
 .Zen of Python
 **************************************************
 One of Python's guiding principles is that "Explicit is better than Implicit". Run `import this` in
-Python to learn more and see http://stackoverflow.com/questions/228181/zen-of-python[this
-StackOverflow discussion] which lists examples for each of the principles.
+Python to learn more.
 **************************************************
 
 [[the_dir_function]]