File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ msgstr ""
1515"Project-Id-Version : Python 3.11\n "
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2022-11-02 00:20+0000\n "
18- "PO-Revision-Date : 2022-10-16 05:53 +0800\n "
18+ "PO-Revision-Date : 2022-11-12 15:11 +0800\n "
1919"Last-Translator : Steven Hsu <hsuhaochun@gmail.com>\n "
2020"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
2121"tw)\n "
@@ -24,7 +24,7 @@ msgstr ""
2424"Content-Type : text/plain; charset=UTF-8\n "
2525"Content-Transfer-Encoding : 8bit\n "
2626"Plural-Forms : nplurals=1; plural=0;\n "
27- "X-Generator : Poedit 3.1.1 \n "
27+ "X-Generator : Poedit 3.2 \n "
2828
2929#: ../../tutorial/datastructures.rst:5
3030msgid "Data Structures"
@@ -729,7 +729,7 @@ msgid ""
729729"than that of all numerical operators."
730730msgstr ""
731731"比較運算子 ``in`` 和 ``not in`` 用於成員檢查,在容器中檢查一個值是否存在(或"
732- "不存在)。運算子 ``is`` 和 ``not is `` 比較兩個物件是否真的是相同的物件。所有"
732+ "不存在)。運算子 ``is`` 和 ``is not `` 比較兩個物件是否真的是相同的物件。所有"
733733"比較運算子的優先度都相同且都低於數值運算子。"
734734
735735#: ../../tutorial/datastructures.rst:669
You can’t perform that action at this time.
0 commit comments