diff options
Diffstat (limited to 'LectureNotesOnPython.rst')
-rw-r--r-- | LectureNotesOnPython.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst index 94a8762..1235478 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -2913,6 +2913,7 @@ defaultdict - Think Python 2e – Green Tea Press. http://greenteapress.com/thinkpython2/thinkpython2.pdf. - +- Think Python 2e 的中文版 https://github.com/bingjin/ThinkPython2-CN/ + .. Make a html page from this file. Issue the following command: pip install docutils && rst2html.py LectureNotesOnPython.rst LectureNotesOnPython.html |