From eaf7efbfc7fca7af7cd05d574b2926971b84f833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E9=9D=96?= Date: Thu, 12 Jul 2018 20:24:35 +0800 Subject: [PATCH] add link add link https://en.wikipedia.org/wiki/Fibonacci_number --- tutorial/introduction.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tutorial/introduction.po b/tutorial/introduction.po index 94b28d17bb..b4ac5df302 100644 --- a/tutorial/introduction.po +++ b/tutorial/introduction.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.6 TW\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2018-06-10 04:13+0000\n" +"PO-Revision-Date: 2018-07-12 20:13+0800\n" "Last-Translator: Ching-Hao Liu \n" "Language-Team: Chinese Traditional (http://www.transifex.com/python-tw-doc/" "python-36-tw/language/zh-Hant/)\n" @@ -564,7 +564,6 @@ msgid "First Steps Towards Programming" msgstr "初探程式設計的前幾步" #: ../../tutorial/introduction.rst:460 -#, fuzzy msgid "" "Of course, we can use Python for more complicated tasks than adding two and " "two together. For instance, we can write an initial sub-sequence of the " @@ -573,7 +572,7 @@ msgid "" msgstr "" "當然,我們可以用 Python 來處理比 2 加 2 更複雜的工作。例如,我們可以印出費式" "數列的首幾項序列:\n" -"\n" +" https://en.wikipedia.org/wiki/Fibonacci_number\n" "::" #: ../../tutorial/introduction.rst:480