@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.10\n "
12
12
"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 "
14
14
"PO-Revision-Date : 2018-05-23 14:35+0000\n "
15
15
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1988,7 +1988,7 @@ msgstr ""
1988
1988
#: ../../faq/programming.rst:1821
1989
1989
msgid ""
1990
1990
"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 "
1992
1992
"guaranteed to be distinct from other objects. For example, here is how to "
1993
1993
"implement a method that behaves like :meth:`dict.pop`::"
1994
1994
msgstr ""
@@ -2049,7 +2049,7 @@ msgstr ""
2049
2049
2050
2050
#: ../../faq/programming.rst:1911
2051
2051
msgid ""
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 "
2053
2053
"result will be released right away. The disadvantage is that if instances "
2054
2054
"accumulate, so too will the accumulated method results. They can grow "
2055
2055
"without bound."
0 commit comments