File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,15 +239,15 @@ msgstr "定义函数"
239239msgid ""
240240"We can create a function that writes the Fibonacci series to an arbitrary "
241241"boundary::"
242- msgstr "下列代码创建一个可以输出任意上限内的 Fibonacci 数列函数 :"
242+ msgstr "下列代码创建一个可以输出限定数值内的斐波那契数列函数 :"
243243
244244#: ../../tutorial/controlflow.rst:271
245245msgid ""
246246"The keyword :keyword:`def` introduces a function *definition*. It must be "
247247"followed by the function name and the parenthesized list of formal "
248248"parameters. The statements that form the body of the function start at the "
249249"next line, and must be indented."
250- msgstr "关键字 :keyword:`def` 用于 *定义* 函数 ,后跟函数名与括号内的形参列表。函数语句从下一行开始,并且必须缩进。"
250+ msgstr "*定义* 函数使用关键字 :keyword:`def`,后跟函数名与括号内的形参列表。函数语句从下一行开始,并且必须缩进。"
251251
252252#: ../../tutorial/controlflow.rst:276
253253msgid ""
@@ -322,7 +322,7 @@ msgstr "编写不直接输出斐波那契数列运算结果,而是返回运算
322322
323323#: ../../tutorial/controlflow.rst:338
324324msgid "This example, as usual, demonstrates some new Python features:"
325- msgstr "和前面的示例一样,本例也介绍了一些 Python 的功能 :"
325+ msgstr "本例也新引入了一些 Python 功能 :"
326326
327327#: ../../tutorial/controlflow.rst:340
328328msgid ""
You can’t perform that action at this time.
0 commit comments