@@ -451,17 +451,15 @@ msgstr ""
451451"parse` 在預設的 ``\" exec\" `` *mode* 下生成的節點型別。"
452452
453453#: ../../library/ast.rst:176
454- #, fuzzy
455454msgid "``body`` is a :class:`list` of the module's :ref:`ast-statements`."
456- msgstr "* body* 是模組的\\ :ref:`ast-statements` 的一個 :class:`list`。"
455+ msgstr "`` body`` 是模組的\\ :ref:`ast-statements` 的一個 :class:`list`。"
457456
458457#: ../../library/ast.rst:178
459- #, fuzzy
460458msgid ""
461459"``type_ignores`` is a :class:`list` of the module's type ignore comments; "
462460"see :func:`ast.parse` for more details."
463461msgstr ""
464- "* type_ignores* 是模組的忽略型別註解的 :class:`list`;有關更多詳細資訊,請參"
462+ "`` type_ignores`` 是模組的忽略型別註解的 :class:`list`;有關更多詳細資訊,請參"
465463"閱 :func:`ast.parse`。"
466464
467465#: ../../library/ast.rst:181
@@ -491,12 +489,11 @@ msgstr ""
491489"時節點型別由 :func:`ast.parse` 生成。"
492490
493491#: ../../library/ast.rst:197
494- #, fuzzy
495492msgid ""
496493"``body`` is a single node, one of the :ref:`expression types <ast-"
497494"expressions>`."
498495msgstr ""
499- "* body* 是單個節點,是\\ :ref:`運算式型別 <ast-expressions>`\\ 的其中之一。"
496+ "`` body`` 是單個節點,是\\ :ref:`運算式型別 <ast-expressions>`\\ 的其中之一。"
500497
501498#: ../../library/ast.rst:200 ../../library/ast.rst:270
502499msgid ""
@@ -517,10 +514,9 @@ msgstr ""
517514"似。當 *mode* 是 ``\" single\" `` 時節點型別由 :func:`ast.parse` 生成。"
518515
519516#: ../../library/ast.rst:212
520- #, fuzzy
521517msgid "``body`` is a :class:`list` of :ref:`statement nodes <ast-statements>`."
522518msgstr ""
523- "* body* 是\\ :ref:`陳述式節點 (statement nodes) <ast-statements>` 的 :class:"
519+ "`` body`` 是\\ :ref:`陳述式節點 (statement nodes) <ast-statements>` 的 :class:"
524520"`list`。"
525521
526522#: ../../library/ast.rst:214
@@ -573,16 +569,14 @@ msgstr ""
573569" return a + b"
574570
575571#: ../../library/ast.rst:241
576- #, fuzzy
577572msgid ""
578573"``argtypes`` is a :class:`list` of :ref:`expression nodes <ast-expressions>`."
579574msgstr ""
580- "* argtypes* 是\\ :ref:`運算式節點 <ast-expressions>`\\ 的 :class:`list`。"
575+ "`` argtypes`` 是\\ :ref:`運算式節點 <ast-expressions>`\\ 的 :class:`list`。"
581576
582577#: ../../library/ast.rst:243
583- #, fuzzy
584578msgid "``returns`` is a single :ref:`expression node <ast-expressions>`."
585- msgstr "* returns* 是單個\\ :ref:`運算式節點 <ast-expressions>`。"
579+ msgstr "`` returns`` 是單個\\ :ref:`運算式節點 <ast-expressions>`。"
586580
587581#: ../../library/ast.rst:245
588582msgid ""
@@ -3138,18 +3132,17 @@ msgid ""
31383132msgstr ":ref:`型別參數 <type-params>`\\ 可以存在於類別、函式和型別別名上。"
31393133
31403134#: ../../library/ast.rst:1769
3141- #, fuzzy
31423135msgid ""
31433136"A :class:`typing.TypeVar`. ``name`` is the name of the type variable. "
31443137"``bound`` is the bound or constraints, if any. If ``bound`` is a :class:"
31453138"`Tuple`, it represents constraints; otherwise it represents the bound. "
31463139"``default_value`` is the default value; if the :class:`!TypeVar` has no "
31473140"default, this attribute will be set to ``None``."
31483141msgstr ""
3149- "一個 :class:`typing.TypeVar`。* name* 是型別變數的名稱。* bound* 是(如果有存在 "
3150- "的 )界限 (bound) 或約束 (constraint)。如果 * bound* 是一個 :class:`Tuple`,它 "
3151- "代表約束 ;否則它代表界限。* default_value* 為預設值;如果 :class:`!TypeVar` 沒 "
3152- "有預設值 ,那此屬性會被設為 ``None``。"
3142+ "一個 :class:`typing.TypeVar`。`` name`` 是型別變數的名稱。`` bound`` 是(如果有 "
3143+ "存在的 )界限 (bound) 或約束 (constraint)。如果 `` bound`` 是一個 :class:"
3144+ "`Tuple`,它代表約束 ;否則它代表界限。`` default_value`` 為預設值;如果 :class:"
3145+ "`!TypeVar` 沒有預設值 ,那此屬性會被設為 ``None``。"
31533146
31543147#: ../../library/ast.rst:1775
31553148msgid ""
@@ -3191,14 +3184,13 @@ msgid "Added the *default_value* parameter."
31913184msgstr "新增 *default_value* 參數。"
31923185
31933186#: ../../library/ast.rst:1799
3194- #, fuzzy
31953187msgid ""
31963188"A :class:`typing.ParamSpec`. ``name`` is the name of the parameter "
31973189"specification. ``default_value`` is the default value; if the :class:`!"
31983190"ParamSpec` has no default, this attribute will be set to ``None``."
31993191msgstr ""
3200- "一個 :class:`typing.ParamSpec`。* name* 是參數規範的名稱。* default_value* 是預 "
3201- "設值 ;如果 :class:`!ParamSpec` 沒有預設值,則該屬性將設定為 ``None``。"
3192+ "一個 :class:`typing.ParamSpec`。`` name`` 是參數規範的名稱。`` default_value`` "
3193+ "是預設值 ;如果 :class:`!ParamSpec` 沒有預設值,則該屬性將設定為 ``None``。"
32023194
32033195#: ../../library/ast.rst:1803
32043196msgid ""
@@ -3249,15 +3241,14 @@ msgstr ""
32493241" ctx=Load()))])"
32503242
32513243#: ../../library/ast.rst:1834
3252- #, fuzzy
32533244msgid ""
32543245"A :class:`typing.TypeVarTuple`. ``name`` is the name of the type variable "
32553246"tuple. ``default_value`` is the default value; if the :class:`!TypeVarTuple` "
32563247"has no default, this attribute will be set to ``None``."
32573248msgstr ""
3258- "一個 :class:`typing.TypeVarTuple`。* name* 是型別變數元組的名稱。"
3259- "* default_value* 為預設值;如果 :class:`!TypeVarTuple` 沒有預設值,那此屬性會 "
3260- "被設為 ``None``。"
3249+ "一個 :class:`typing.TypeVarTuple`。`` name`` 是型別變數元組的名稱。"
3250+ "`` default_value`` 為預設值;如果 :class:`!TypeVarTuple` 沒有預設值,那此屬性 "
3251+ "會被設為 ``None``。"
32613252
32623253#: ../../library/ast.rst:1838
32633254msgid ""
0 commit comments