File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (C) 2001-2023 , Python Software Foundation
1
+ # Copyright (C) 2001-2024 , Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
3
#
4
4
# Translators:
@@ -646,7 +646,6 @@ msgid ""
646
646
msgstr "``type_comment`` 是一個可選字串,其中的註解為型別註釋。"
647
647
648
648
#: ../../library/ast.rst:883
649
- #, fuzzy
650
649
msgid ""
651
650
"An assignment with a type annotation. ``target`` is a single node and can be "
652
651
"a :class:`Name`, an :class:`Attribute` or a :class:`Subscript`. "
@@ -1166,7 +1165,6 @@ msgid "A ``return`` statement."
1166
1165
msgstr "一個 ``return`` 陳述式。"
1167
1166
1168
1167
#: ../../library/ast.rst:2006
1169
- #, fuzzy
1170
1168
msgid ""
1171
1169
"A ``yield`` or ``yield from`` expression. Because these are expressions, "
1172
1170
"they must be wrapped in an :class:`Expr` node if the value sent back is not "
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2001-2022 , Python Software Foundation
1
+ # Copyright (C) 2001-2024 , Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
3
#
4
4
# Translators:
@@ -212,7 +212,6 @@ msgstr ""
212
212
"`CancelledError` 例外。"
213
213
214
214
#: ../../library/asyncio-future.rst:122
215
- #, fuzzy
216
215
msgid ""
217
216
"If the Future's result isn't yet available, this method raises an :exc:"
218
217
"`InvalidStateError` exception."
@@ -224,7 +223,6 @@ msgid "Mark the Future as *done* and set its result."
224
223
msgstr "將 Future 標記為 *done* 並設定其結果。"
225
224
226
225
#: ../../library/asyncio-future.rst:129 ../../library/asyncio-future.rst:136
227
- #, fuzzy
228
226
msgid ""
229
227
"Raises an :exc:`InvalidStateError` error if the Future is already *done*."
230
228
msgstr "如果 Future 已經 *done* 則引發一個 :exc:`InvalidStateError` 錯誤。"
You can’t perform that action at this time.
0 commit comments