diff options
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 62dcf3d..876b4fb 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -2754,7 +2754,7 @@ defaultdict ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -可以避免第一次加 value 时 key 不在引起的 KeyError。 +可以避免第一次加 value 时 key 不再引起的 KeyError。 .. code:: python |