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

Skip to content

Commit a20815e

Browse files
author
Becca
committed
translate stdtypes - boolean & numeric types (little modification6)
1 parent 6ced933 commit a20815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ msgid ""
390390
msgstr ""
391391
"數字型別共有三種::dfn:`integers`、:dfn:`floating "
392392
"point numbers` 及 :dfn:`complex numbers`\\ 。此外,Boolean 為為整數中的"
393-
"一個子型別。整數有無限的精度。浮點數通常使用 C 裡面的 :c:expr:`double`"
393+
"一個子型別。整數有無限的精度。浮點數通常使用 C 裡面的 :c:expr:`double` "
394394
"實現。關於在你程式所運作的機器上之浮點數的精度及內部表示法可以在 :data:`sys."
395395
"float_info` 進行查找。複數包含實數及虛數的部分,這兩部分各自是一個浮點數。"
396396
"若要從一個複數 *z* 提取這兩部分,需使用 ``z.real`` 及 ``z.imag``\\ 。(標準程式"

0 commit comments

Comments
 (0)