@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version :Python 3.10\n "
1010"Report-Msgid-Bugs-To :\n "
1111"POT-Creation-Date :2022-08-12 00:15+0000\n "
12- "PO-Revision-Date :2022-06-09 21:52 +0800\n "
12+ "PO-Revision-Date :2022-08-31 22:55 +0800\n "
1313"Last-Translator :Steven Hsu <hsuhaochun@gmail.com>\n "
1414"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1515"tw)\n "
@@ -18,7 +18,7 @@ msgstr ""
1818"Content-Type :text/plain; charset=UTF-8\n "
1919"Content-Transfer-Encoding :8bit\n "
2020"Plural-Forms :nplurals=1; plural=0;\n "
21- "X-Generator :Poedit 3.1\n "
21+ "X-Generator :Poedit 3.1.1 \n "
2222
2323#: ../../glossary.rst:5
2424msgid "Glossary"
@@ -1291,14 +1291,13 @@ msgid "IDLE"
12911291msgstr "IDLE"
12921292
12931293#: ../../glossary.rst:579
1294- #, fuzzy
12951294msgid ""
12961295"An Integrated Development and Learning Environment for Python. :ref:`idle` "
12971296"is a basic editor and interpreter environment which ships with the standard "
12981297"distribution of Python."
12991298msgstr ""
1300- "Python 的 Integrated Development Environment(整合開發環境)。IDLE 是一個基本 "
1301- "的編輯器和直譯器環境 ,它和 Python 的標準發行版本一起被提供。"
1299+ "Python 的 Integrated Development Environment(整合開發與學習環境)。:ref: "
1300+ "`idle` 是一個基本的編輯器和直譯器環境 ,它和 Python 的標準發行版本一起被提供。"
13021301
13031302#: ../../glossary.rst:582
13041303msgid "immutable"
@@ -1569,7 +1568,7 @@ msgid ""
15691568msgstr ""
15701569"由單一 :term:`expression`\\ (運算式)所組成的一個匿名行內函式 (inline "
15711570"function),於該函式被呼叫時求值。建立 lambda 函式的語法是 ``lambda "
1572- "[parameters]: expression``\\ 。 "
1571+ "[parameters]: expression``"
15731572
15741573#: ../../glossary.rst:705
15751574msgid "LBYL"