File tree Expand file tree Collapse file tree 5 files changed +8
-18
lines changed
Expand file tree Collapse file tree 5 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,10 @@ msgstr ""
5353"該例外必須重新被引發。"
5454
5555#: ../../library/asyncio-exceptions.rst:34
56- #, fuzzy
5756msgid ""
5857":exc:`CancelledError` is now a subclass of :class:`BaseException` rather "
5958"than :class:`Exception`."
60- msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 的子類別。"
59+ msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 而非 :class:`Exception` 的子類別。"
6160
6261#: ../../library/asyncio-exceptions.rst:39
6362msgid "Invalid internal state of :class:`Task` or :class:`Future`."
Original file line number Diff line number Diff line change @@ -1464,14 +1464,13 @@ msgstr ""
14641464"別不同,如 1 和 1.0)。"
14651465
14661466#: ../../library/functions.rst:794
1467- #, fuzzy
14681467msgid ""
14691468"For objects with custom :meth:`__hash__` methods, note that :func:`hash` "
14701469"truncates the return value based on the bit width of the host machine. See :"
14711470"meth:`__hash__ <object.__hash__>` for details."
14721471msgstr ""
14731472"請注意,如果物件實現了自己的 :meth:`__hash__` method,:func:`hash` 根據執行機"
1474- "器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__`。"
1473+ "器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__ <object.__hash__> `。"
14751474
14761475#: ../../library/functions.rst:801
14771476msgid ""
Original file line number Diff line number Diff line change @@ -996,9 +996,8 @@ msgid ""
996996msgstr ""
997997
998998#: ../../library/typing.rst:1085
999- #, fuzzy
1000999msgid ":class:`ParamSpec`"
1001- msgstr ":class:`ParamSpec` 和 :class:`Callable` \\ 。 "
1000+ msgstr ":class:`ParamSpec`"
10021001
10031002#: ../../library/typing.rst:1086 ../../library/typing.rst:1743
10041003msgid ":ref:`annotating-callables`"
@@ -3134,9 +3133,8 @@ msgid ":pep:`585`"
31343133msgstr ":pep:`585`"
31353134
31363135#: ../../library/typing.rst:3319
3137- #, fuzzy
31383136msgid ":class:`typing.ByteString`"
3139- msgstr "`` typing.Text` `"
3137+ msgstr ":class:` typing.ByteString `"
31403138
31413139#: ../../library/typing.rst:3321
31423140msgid "3.14"
@@ -3147,9 +3145,8 @@ msgid ":gh:`91896`"
31473145msgstr ":gh:`91896`"
31483146
31493147#: ../../library/typing.rst:3323
3150- #, fuzzy
31513148msgid ":data:`typing.Text`"
3152- msgstr "`` typing.Text` `"
3149+ msgstr ":data:` typing.Text`"
31533150
31543151#: ../../library/typing.rst:3324
31553152msgid "3.11"
Original file line number Diff line number Diff line change @@ -2421,12 +2421,11 @@ msgstr "key(鍵)"
24212421
24222422#: ../../reference/expressions.rst:298
24232423msgid "value"
2424- msgstr ""
2424+ msgstr "value(值) "
24252425
24262426#: ../../reference/expressions.rst:298
2427- #, fuzzy
24282427msgid "key/value pair"
2429- msgstr "key/datum pair(鍵/資料元對 )"
2428+ msgstr "key/value pair(鍵/值對 )"
24302429
24312430#: ../../reference/expressions.rst:298
24322431msgid "dictionary expression"
@@ -2993,6 +2992,3 @@ msgstr "order(順序)"
29932992#: ../../reference/expressions.rst:1901
29942993msgid "precedence"
29952994msgstr "precedence(優先順序)"
2996-
2997- #~ msgid "datum"
2998- #~ msgstr "datum(資料元)"
Original file line number Diff line number Diff line change @@ -395,13 +395,12 @@ msgstr ""
395395"``Point``)則永遠無法被賦值。"
396396
397397#: ../../tutorial/controlflow.rst:345
398- #, fuzzy
399398msgid ""
400399"Patterns can be arbitrarily nested. For example, if we have a short list of "
401400"Points, with ``__match_args__`` added, we could match it like this::"
402401msgstr ""
403402"模式可以任意地被巢套 (nested)。例如,如果我們有一個由某些點所組成的簡短 "
404- "list,我們就可以像這樣來對它進行匹配 :\n"
403+ "list,我們就可以像這樣加入 ``__match_args__`` 來對它進行匹配 :\n"
405404"\n"
406405"::"
407406
You can’t perform that action at this time.
0 commit comments