diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2019-07-28 20:24:11 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2019-07-28 20:24:11 +0800 |
commit | e5742d13c8bfe196d57b80418294f765e3cc44a0 (patch) | |
tree | 00fe735da060811b95ce0625a414a48d844818f9 /LectureNotesOnPython.rst | |
parent | f87f4a7cd17990fba51c8ad7715f52d2af8852d9 (diff) |
LectureNotesOnPython.rst: 中文版 Think Python 2e的另外一个下载地址。
Diffstat (limited to 'LectureNotesOnPython.rst')
-rw-r--r-- | LectureNotesOnPython.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst index 74cbabe..174bff0 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -2915,7 +2915,7 @@ defaultdict - Think Python 2e – Green Tea Press. http://greenteapress.com/thinkpython2/thinkpython2.pdf. -- Think Python 2e 的中文版 https://github.com/bingjin/ThinkPython2-CN/ +- Think Python 2e 的中文版 https://github.com/bingjin/ThinkPython2-CN/ https://codingpy.com/book/think-python/ .. Make a html page from this file. Issue the following command: pip install docutils && rst2html.py LectureNotesOnPython.rst LectureNotesOnPython.html |