Skip to content

Commit 32299cf

Browse files
committed
fix(tutorial/floatingpoint.po): resolve fuzzy entry
1 parent acfdb69 commit 32299cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorial/floatingpoint.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@
55
# Translators:
66
# yichung279, 2018
77
# cypevan, 2018
8+
# Adrian Liaw <adrianliaw2000@gmail.com>, 2018
89
# Steven Hsu <hsuhaochun@gmail.com>, 2021
910
msgid ""
1011
msgstr ""
1112
"Project-Id-Version: Python 3.10\n"
1213
"Report-Msgid-Bugs-To: \n"
1314
"POT-Creation-Date: 2021-12-03 00:09+0000\n"
14-
"PO-Revision-Date: 2021-06-28 18:50+0800\n"
15-
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
15+
"PO-Revision-Date: 2021-12-05 21:12+0800\n"
16+
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1617
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1718
"tw)\n"
1819
"Language: zh_TW\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
2223
"Plural-Forms: nplurals=1; plural=0;\n"
23-
"X-Generator: Poedit 2.4.3\n"
24+
"X-Generator: Poedit 3.0\n"
2425

2526
#: ../../tutorial/floatingpoint.rst:9
2627
msgid "Floating Point Arithmetic: Issues and Limitations"
@@ -238,7 +239,6 @@ msgstr ""
238239
"::"
239240

240241
#: ../../tutorial/floatingpoint.rst:134
241-
#, fuzzy
242242
msgid ""
243243
"Binary floating-point arithmetic holds many surprises like this. The "
244244
"problem with \"0.1\" is explained in precise detail below, in the "
@@ -248,7 +248,7 @@ msgid ""
248248
msgstr ""
249249
"二進位浮點數架構擁有很多這樣的驚喜。底下的「表示法誤差」章節,詳細地解釋了"
250250
"「0.1」的問題。如果想要其他常見驚喜的更完整描述,可以參考 `The Perils of "
251-
"Floating Point(浮點數的風險) <http://www.lahey.com/float.htm>`_。"
251+
"Floating Point(浮點數的風險) <https://www.lahey.com/float.htm>`_。"
252252

253253
#: ../../tutorial/floatingpoint.rst:139
254254
msgid ""

0 commit comments

Comments
 (0)