Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dcfd1a

Browse files
josixclaude
andcommitted
Fix build warnings: Resolve Sphinx formatting issues
- Fix unmatched emphasis asterisks in logical_and, logical_or, logical_xor translations - Add missing space before :attr:`Inexact` reference - All Sphinx build warnings resolved, build now passes cleanly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 046cd26 commit 6dcfd1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/decimal.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ msgid ""
11331133
"operands* (see :ref:`logical_operands_label`). The result is the digit-wise "
11341134
"``and`` of the two operands."
11351135
msgstr ""
1136-
":meth:`logical_and` 是一個邏輯運算,接受兩個 *logical operands*"
1136+
":meth:`logical_and` 是一個邏輯運算,接受兩個 *logical operands* "
11371137
"(參見 :ref:`logical_operands_label`)。結果是兩個運算元的逐位 ``and``。"
11381138

11391139
#: ../../library/decimal.rst:688
@@ -1149,7 +1149,7 @@ msgid ""
11491149
"(see :ref:`logical_operands_label`). The result is the digit-wise ``or`` of "
11501150
"the two operands."
11511151
msgstr ""
1152-
":meth:`logical_or` 是一個邏輯運算,接受兩個 *logical operands*"
1152+
":meth:`logical_or` 是一個邏輯運算,接受兩個 *logical operands* "
11531153
"(參見 :ref:`logical_operands_label`)。結果是兩個運算元的逐位 ``or``。"
11541154

11551155
#: ../../library/decimal.rst:699
@@ -1158,7 +1158,7 @@ msgid ""
11581158
"operands* (see :ref:`logical_operands_label`). The result is the digit-wise "
11591159
"exclusive or of the two operands."
11601160
msgstr ""
1161-
":meth:`logical_xor` 是一個邏輯運算,接受兩個 *logical operands*"
1161+
":meth:`logical_xor` 是一個邏輯運算,接受兩個 *logical operands* "
11621162
"(參見 :ref:`logical_operands_label`)。結果是兩個運算元的逐位互斥或。"
11631163

11641164
#: ../../library/decimal.rst:705
@@ -3667,7 +3667,7 @@ msgid ""
36673667
"recommended to estimate even tighter bounds and set the :attr:`Inexact` trap "
36683668
"if all calculations are expected to be exact."
36693669
msgstr ""
3670-
"一般來說(特別是在沒有過度分配的系統上),建議估算更緊密的界限並設定"
3670+
"一般來說(特別是在沒有過度分配的系統上),建議估算更緊密的界限並設定 "
36713671
":attr:`Inexact` trap,如果所有計算都預期是精確的。"
36723672

36733673
#: ../../library/decimal.rst:2303

0 commit comments

Comments
 (0)