From 1a19a43638d12805c9fc01a811bdde78488ff241 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Fri, 26 Jul 2019 21:27:30 +0800 Subject: =?UTF-8?q?LectureNotesOnPython.rst:=20=E4=BF=AE=E6=94=B9defaultdi?= =?UTF-8?q?ct=E9=82=A3=E8=8A=82=E4=B8=8B=E7=9A=84=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=B0=8F=E9=94=99=E8=AF=AF=20=20=E4=B8=8D=E5=9C=A8=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=AF=E4=B8=8D=E5=86=8D?= 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 62dcf3d..876b4fb 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -2754,7 +2754,7 @@ defaultdict ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -可以避免第一次加 value 时 key 不在引起的 KeyError。 +可以避免第一次加 value 时 key 不再引起的 KeyError。 .. code:: python -- cgit v1.2.1