Skip to content

Commit 2cda85e

Browse files
committed
Fix small errors
1 parent 9edd823 commit 2cda85e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tutorial/floatingpoint.po

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
11-
"PO-Revision-Date: 2018-11-08 11:06+0800\n"
11+
"PO-Revision-Date: 2018-11-18 00:47+0800\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -216,9 +216,8 @@ msgid ""
216216
"cannot get any closer to the exact value of 3/10, then pre-rounding with :"
217217
"func:`round` function cannot help::"
218218
msgstr ""
219-
"同時,因為 0.1 不會為再更接近精準的 1/10,還有 0.3 不會為再更接近精準的 "
220-
"3/10,預先用 :func:`round`\\ 函式捨入並不會有幫助:\n"
221-
"\n"
219+
"同時,因為 0.1 不能再更接近精準的 1/10,還有 0.3 不能再更接近精準的 3/10,預"
220+
"先用 :func:`round` 函式捨入並不會有幫助:\n"
222221
"\n"
223222
"::"
224223

@@ -242,7 +241,7 @@ msgid ""
242241
"surprises."
243242
msgstr ""
244243
"二進位浮點數架構擁有很多這樣的驚喜。底下的「表示法錯誤」章節,詳細的解釋了"
245-
"「0.1」的問題。如果想要更多其他常見驚喜的完整資料,可以參考 `浮點數的危險 "
244+
"「0.1」的問題。如果想要其他常見驚喜更完整的描述,可以參考 `浮點數的危險 "
246245
"<http://www.lahey.com/float.htm>`_。"
247246

248247
#: ../../tutorial/floatingpoint.rst:139

0 commit comments

Comments
 (0)