Skip to content

Commit c8c3e3a

Browse files
committed
fix(tutorial/datastructures): typo
1 parent 1d915b3 commit c8c3e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/datastructures.po

+3-3
Original file line numberDiff line numberDiff 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
3030
msgid "Data Structures"
@@ -729,7 +729,7 @@ msgid ""
729729
"than that of all numerical operators."
730730
msgstr ""
731731
"比較運算子 ``in`` 和 ``not in`` 用於成員檢查,在容器中檢查一個值是否存在(或"
732-
"不存在)。運算子 ``is`` 和 ``not is`` 比較兩個物件是否真的是相同的物件。所有"
732+
"不存在)。運算子 ``is`` 和 ``is not`` 比較兩個物件是否真的是相同的物件。所有"
733733
"比較運算子的優先度都相同且都低於數值運算子。"
734734

735735
#: ../../tutorial/datastructures.rst:669

0 commit comments

Comments
 (0)