@@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version :Python 3.6 TW\n "
1212"Report-Msgid-Bugs-To :\n "
1313"POT-Creation-Date :2018-06-26 18:54+0800\n "
14- "PO-Revision-Date :2018-07-12 20:13 +0800\n "
14+ "PO-Revision-Date :2018-07-30 15:36 +0800\n "
1515"Last-Translator :Ching-Hao Liu <chinghao.liu@gmail.com>\n "
1616"Language-Team :Chinese Traditional (http://www.transifex.com/python-tw-doc/ "
1717"python-36-tw/language/zh-Hant/)\n "
@@ -20,6 +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.1.1\n "
2324
2425#: ../../tutorial/introduction.rst:5
2526msgid "An Informal Introduction to Python"
@@ -570,9 +571,10 @@ msgid ""
570571"`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_number>`_ as "
571572"follows::"
572573msgstr ""
573- "當然,我們可以用 Python 來處理比 2 加 2 更複雜的工作。例如,我們可以印出費式"
574- "數列的首幾項序列:\n"
575- " https://en.wikipedia.org/wiki/Fibonacci_number\n"
574+ "當然,我們可以用 Python 來處理比 2 加 2 更複雜的工作。例如,我們可以印出\\ `"
575+ "費氏數列 <https://zh.wikipedia.org/zh-tw/"
576+ "%E6%96%90%E6%B3%A2%E9%82%A3%E5%A5%91%E6%95%B0%E5%88%97>`_\\ 的首幾項序列:\n"
577+ "\n"
576578"::"
577579
578580#: ../../tutorial/introduction.rst:480