Skip to content

Commit 550279d

Browse files
committed
fix: missing colon
1 parent 6cb34af commit 550279d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq/design.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -129,7 +129,7 @@ msgid ""
129129
"point operations. This means that as far as floating-point operations are "
130130
"concerned, Python behaves like many popular languages including C and Java."
131131
msgstr ""
132-
"CPython 的 :class:`float` 型別使用了 C 的 ``double`` 型別來儲存。一個 class:"
132+
"CPython 的 :class:`float` 型別使用了 C 的 ``double`` 型別來儲存。一個 :class:"
133133
"`float` 物件的值會以固定的精度(通常為 53 位元)存為二進制浮點數,Python 使"
134134
"用 C 來運算浮點數,而他的結果會依處理器中的硬體實作方式來決定。這表示就浮點數"
135135
"運算來說,Python 和 C、Java 等很多受歡迎的語言有一樣的表現。"

0 commit comments

Comments
 (0)