Skip to content

Commit 41d72b4

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tutorial/floatingpoint.po

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.10\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-12-03 00:09+0000\n"
14-
"PO-Revision-Date: 2021-06-28 18:50+0800\n"
14+
"PO-Revision-Date: 2021-12-05 21:12+0800\n"
1515
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1717
"tw)\n"
@@ -20,7 +20,7 @@ msgstr ""
2020
"Content-Type: text/plain; charset=UTF-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Plural-Forms: nplurals=1; plural=0;\n"
23-
"X-Generator: Poedit 2.4.3\n"
23+
"X-Generator: Poedit 3.0\n"
2424

2525
#: ../../tutorial/floatingpoint.rst:9
2626
msgid "Floating Point Arithmetic: Issues and Limitations"
@@ -238,7 +238,6 @@ msgstr ""
238238
"::"
239239

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

253252
#: ../../tutorial/floatingpoint.rst:139
254253
msgid ""

0 commit comments

Comments
 (0)