diff options
-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 |