File tree Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ msgid "Cell Objects"
2727msgstr "Cell 物件"
2828
2929#: ../../c-api/cell.rst:8
30- #, fuzzy
3130msgid ""
3231"\" Cell\" objects are used to implement variables referenced by multiple "
3332"scopes. For each such variable, a cell object is created to store the value; "
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ msgid "Register a new codec search function."
2727msgstr "註冊一個新的編解碼器搜尋函式。"
2828
2929#: ../../c-api/codec.rst:10
30- #, fuzzy
3130msgid ""
3231"As a side effect, this tries to load the :mod:`!encodings` package, if not "
3332"yet done, to make sure that it is always first in the list of search "
@@ -73,7 +72,6 @@ msgid "Generic codec based decoding API."
7372msgstr "基於泛用編解碼器的解碼 API。"
7473
7574#: ../../c-api/codec.rst:39
76- #, fuzzy
7775msgid ""
7876"*object* is passed through the decoder function found for the given "
7977"*encoding* using the error handling method defined by *errors*. *errors* "
@@ -82,7 +80,7 @@ msgid ""
8280msgstr ""
8381"*object* 被傳遞給以給定 *encoding* 所查找到的解碼器函式,並使用以 *errors* 定"
8482"義的錯誤處理方法。*errors* 可以設為 ``NULL`` 來使用編解碼器定義的預設方法。如"
85- "果找不到編碼器 ,則引發 :exc:`LookupError`。"
83+ "果找不到解碼器 ,則引發 :exc:`LookupError`。"
8684
8785#: ../../c-api/codec.rst:46
8886msgid "Codec lookup API"
Original file line number Diff line number Diff line change @@ -96,13 +96,12 @@ msgstr ""
9696"才能成功。在這種情況下,``str[size-1]`` 是 ``'\\ 0'``。"
9797
9898#: ../../c-api/conversion.rst:44
99- #, fuzzy
10099msgid ""
101100"When ``rv < 0``, the output conversion failed and ``str[size-1]`` is "
102101"``'\\ 0'`` in this case too, but the rest of *str* is undefined. The exact "
103102"cause of the error depends on the underlying platform."
104103msgstr ""
105- "當 ``rv < 0`` 時,代表「有不好的事情發生了」。在這種情況下, ``str[size-1]`` "
104+ "當 ``rv < 0`` 時,代表輸出的轉換失敗,且在這種情況下 ``str[size-1]`` "
106105"也是 ``'\\ 0'``,但 *str* 的其餘部分未定義。錯誤的確切原因取決於底層平台。"
107106
108107#: ../../c-api/conversion.rst:49
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ msgstr ""
8585"class:`datetime.datetime.time` 是同一物件"
8686
8787#: ../../c-api/datetime.rst:49
88- #, fuzzy
8988msgid ""
9089"This instance of :c:type:`PyTypeObject` represents the Python type for the "
9190"difference between two datetime values; it is the same object as :class:"
Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ msgid "The type object for the built-in descriptor types."
3838msgstr "內建 descriptor 型別的型別物件。"
3939
4040#: ../../c-api/descriptor.rst:35
41- #, fuzzy
4241msgid ""
4342"Return non-zero if the descriptor object *descr* describes a data attribute, "
4443"or ``0`` if it describes a method. *descr* must be a descriptor object; "
4544"there is no error checking."
4645msgstr ""
4746"如果 descriptor 物件 *descr* 描述的是一個資料屬性則回傳非零值,或者如果它描述"
48- "的是一個方法則返回 ``0``。*descr* 必須為一個 descriptor 物件;沒有錯誤檢查。"
47+ "的是一個方法則回傳 ``0``。*descr* 必須為一個 descriptor 物件;沒有錯誤檢查。"
Original file line number Diff line number Diff line change @@ -1084,15 +1084,15 @@ msgstr ""
10841084
10851085#: ../../c-api/exceptions.rst:992
10861086msgid ":py:func:`sys.getrecursionlimit`"
1087- msgstr ""
1087+ msgstr ":py:func:`sys.getrecursionlimit` "
10881088
10891089#: ../../c-api/exceptions.rst:996
10901090msgid "Set the recursion limit for the current interpreter."
10911091msgstr ""
10921092
10931093#: ../../c-api/exceptions.rst:1002
10941094msgid ":py:func:`sys.setrecursionlimit`"
1095- msgstr ""
1095+ msgstr ":py:func:`sys.setrecursionlimit` "
10961096
10971097#: ../../c-api/exceptions.rst:1007
10981098msgid "Exception and warning types"
You can’t perform that action at this time.
0 commit comments