@@ -10,7 +10,7 @@ msgid ""
1010msgstr ""
1111"Project-Id-Version : Python 3.10\n "
1212"Report-Msgid-Bugs-To : \n "
13- "POT-Creation-Date : 2021-11-21 00:09 +0000\n "
13+ "POT-Creation-Date : 2022-02-15 00:10 +0000\n "
1414"PO-Revision-Date : 2018-05-23 14:35+0000\n "
1515"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1616"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1988,7 +1988,7 @@ msgstr ""
19881988#: ../../faq/programming.rst:1821
19891989msgid ""
19901990"2) Detecting optional arguments can be tricky when ``None`` is a valid input "
1991- "value. In those situations, you can create an singleton sentinel object "
1991+ "value. In those situations, you can create a singleton sentinel object "
19921992"guaranteed to be distinct from other objects. For example, here is how to "
19931993"implement a method that behaves like :meth:`dict.pop`::"
19941994msgstr ""
@@ -2049,7 +2049,7 @@ msgstr ""
20492049
20502050#: ../../faq/programming.rst:1911
20512051msgid ""
2052- "The advantage is that when an instance is not longer used, the cached method "
2052+ "The advantage is that when an instance is no longer used, the cached method "
20532053"result will be released right away. The disadvantage is that if instances "
20542054"accumulate, so too will the accumulated method results. They can grow "
20552055"without bound."
0 commit comments