Skip to content

Commit cc149ae

Browse files
authored
Apply suggestions from code review
Co-authored-by: W. H. Wang <mattwang44@gmail.com>
1 parent 1c18728 commit cc149ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

library/typing.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,12 +2091,12 @@ msgid ""
20912091
"class:`ParamSpec` or ellipsis (``...``)."
20922092
msgstr ""
20932093
"``Concatenate`` 可以被用在\\ :ref:`可呼叫物件 <annotating-callables>`\\ 與"
2094-
"\\ :class:`ParamSpec` 的接合 (conjunction) 並註釋一個高階的 Callable 物件可以"
2094+
" :class:`ParamSpec` 的接合 (conjunction) 並註釋一個高階的 Callable 物件可以"
20952095
"新增、移除、轉換另一個 Callable 物件的參數。使用方法是依照這個格式 "
20962096
"``Concatenate[Arg1Type, Arg2Type, ..., ParamSpecVariable]``。``Concatenate`` "
2097-
"可用於\\ :ref:`Callable <annotating-callables>`\\ 型別提示中,也可在使用\\ :"
2097+
"可用於 :ref:`Callable <annotating-callables>` 型別提示中,也可在使用 :"
20982098
"class:`ParamSpec` 參數實例化使用者自訂泛型類別時使用。``Concatenate`` 的最後"
2099-
"一個參數必須為一個\\ :class:`ParamSpec` 或是刪節號 (``...``)。"
2099+
"一個參數必須為一個 :class:`ParamSpec` 或是刪節號 (``...``)。"
21002100

21012101
#: ../../library/typing.rst:1182
21022102
msgid ""
@@ -5450,7 +5450,7 @@ msgid ""
54505450
"Added the ``format`` parameter. See the documentation on :func:"
54515451
"`annotationlib.get_annotations` for more information."
54525452
msgstr ""
5453-
"新增 ``format`` 參數。更多資訊請見\\ :func:`annotationlib.get_annotations` 的"
5453+
"新增 ``format`` 參數。更多資訊請見 :func:`annotationlib.get_annotations` 的"
54545454
"文件。"
54555455

54565456
#: ../../library/typing.rst:3412

0 commit comments

Comments
 (0)