فهرست منبع

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 سال پیش
والد
کامیت
a2223f320d
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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]]