Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07b18e7

Browse files
[po] auto sync
1 parent fa5d023 commit 07b18e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,15 @@ msgstr "定义函数"
239239
msgid ""
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
245245
msgid ""
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
253253
msgid ""
@@ -322,7 +322,7 @@ msgstr "编写不直接输出斐波那契数列运算结果,而是返回运算
322322

323323
#: ../../tutorial/controlflow.rst:338
324324
msgid "This example, as usual, demonstrates some new Python features:"
325-
msgstr "和前面的示例一样,本例也介绍了一些 Python 的功能:"
325+
msgstr "本例也新引入了一些 Python 功能:"
326326

327327
#: ../../tutorial/controlflow.rst:340
328328
msgid ""

0 commit comments

Comments
 (0)