File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2022-07-06 00:17+0000\n "
12
- "PO-Revision-Date : 2022-08-22 22:22 +0800\n "
12
+ "PO-Revision-Date : 2022-08-23 16:35 +0800\n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -129,7 +129,7 @@ msgid ""
129
129
"point operations. This means that as far as floating-point operations are "
130
130
"concerned, Python behaves like many popular languages including C and Java."
131
131
msgstr ""
132
- "CPython 的 :class:`float` 型別使用了 C 的 ``double`` 型別來儲存。一個 class:"
132
+ "CPython 的 :class:`float` 型別使用了 C 的 ``double`` 型別來儲存。一個 : class:"
133
133
"`float` 物件的值會以固定的精度(通常為 53 位元)存為二進制浮點數,Python 使"
134
134
"用 C 來運算浮點數,而他的結果會依處理器中的硬體實作方式來決定。這表示就浮點數"
135
135
"運算來說,Python 和 C、Java 等很多受歡迎的語言有一樣的表現。"
You can’t perform that action at this time.
0 commit comments