File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# eric R <trencyclopedia@gmail.com>, 2020
1111# Konge <zkonge@outlook.com>, 2020
1212# nick <2330458484@qq.com>, 2020
13- # Freesand Leo <yuqinju@163.com>, 2020
13+ # Freesand Leo <yuqinju@163.com>, 2022
1414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To : \n "
2020"POT-Creation-Date : 2021-01-01 16:06+0000\n "
2121"PO-Revision-Date : 2020-05-30 12:16+0000\n "
22- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2020 \n "
22+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2022 \n "
2323"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -208,7 +208,8 @@ msgid ""
208208" describe what actually happens.) Of course, recursive invocations each "
209209"have their own local namespace."
210210msgstr ""
211- "一个函数的本地命名空间在这个函数被调用时创建,并在函数返回或抛出一个不在函数内部处理的错误时被删除。(事实上,比起描述到底发生了什么,忘掉它更好。)当然,每次递归调用都会有它自己的本地命名空间。"
211+ "函数的本地命名空间在调用该函数时创建,并在函数返回或抛出不在函数内部处理的错误时被删除。 (实际上,用“遗忘”来描述实际发生的情况会更好一些。) "
212+ "当然,每次递归调用都会有自己的本地命名空间。"
212213
213214#: ../../tutorial/classes.rst:112
214215msgid ""
You can’t perform that action at this time.
0 commit comments