File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ msgstr ""
15
15
"Project-Id-Version : Python 3.11\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"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 "
19
19
"Last-Translator : Steven Hsu <hsuhaochun@gmail.com>\n "
20
20
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
21
21
"tw)\n "
@@ -24,7 +24,7 @@ msgstr ""
24
24
"Content-Type : text/plain; charset=UTF-8\n "
25
25
"Content-Transfer-Encoding : 8bit\n "
26
26
"Plural-Forms : nplurals=1; plural=0;\n "
27
- "X-Generator : Poedit 3.1.1 \n "
27
+ "X-Generator : Poedit 3.2 \n "
28
28
29
29
#: ../../tutorial/datastructures.rst:5
30
30
msgid "Data Structures"
@@ -729,7 +729,7 @@ msgid ""
729
729
"than that of all numerical operators."
730
730
msgstr ""
731
731
"比較運算子 ``in`` 和 ``not in`` 用於成員檢查,在容器中檢查一個值是否存在(或"
732
- "不存在)。運算子 ``is`` 和 ``not is `` 比較兩個物件是否真的是相同的物件。所有"
732
+ "不存在)。運算子 ``is`` 和 ``is not `` 比較兩個物件是否真的是相同的物件。所有"
733
733
"比較運算子的優先度都相同且都低於數值運算子。"
734
734
735
735
#: ../../tutorial/datastructures.rst:669
You can’t perform that action at this time.
0 commit comments