From e5742d13c8bfe196d57b80418294f765e3cc44a0 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 28 Jul 2019 20:24:11 +0800 Subject: =?UTF-8?q?LectureNotesOnPython.rst:=20=20=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=89=88=20Think=20Python=202e=E7=9A=84=E5=8F=A6=E5=A4=96?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LectureNotesOnPython.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1