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

Skip to content

Commit 6699b74

Browse files
[po] auto sync
1 parent 2f1eb91 commit 6699b74

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tutorial/controlflow.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# ppcfish <[email protected]>, 2019
1212
# jaystone776 <[email protected]>, 2021
1313
# Freesand Leo <[email protected]>, 2021
14+
# HanGuangyu, 2022
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2021-06-28 06:43+0000\n"
2122
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
22-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
23+
"Last-Translator: HanGuangyu, 2022\n"
2324
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2425
"MIME-Version: 1.0\n"
2526
"Content-Type: text/plain; charset=UTF-8\n"
@@ -306,7 +307,7 @@ msgid ""
306307
":func:`print`::"
307308
msgstr ""
308309
"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` "
309-
"语句的函数也返回值,只不过这个值比较是 ``None`` (是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` "
310+
"语句的函数也返回值,尽管它是一个相当无聊的值。这个值叫 ``None`` (它是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` "
310311
",如需查看该值,可以使用 :func:`print`:"
311312

312313
#: ../../tutorial/controlflow.rst:318

0 commit comments

Comments
 (0)