Sfoglia il codice sorgente

Merge pull request #17 from archerImagine/master

Removing broken link
Swaroop C H 10 anni fa
parent
commit
ffb6c422b0
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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]]