66# Translators:
77# Yinuo Huang <[email protected] >, 201888# ww song <[email protected] >, 20189- # Freesand Leo <[email protected] >, 2019109# Shengjing Zhu <[email protected] >, 20191110# Meng Du <[email protected] >, 20191211# tom smith, 2019
12+ # Freesand Leo <[email protected] >, 20191313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2019-01-01 10:14+0900\n "
2020"PO-Revision-Date : 2017-02-16 17:42+0000\n "
21- "Last-Translator : tom smith , 2019\n "
21+ "
Last-Translator :
Freesand Leo <[email protected] > , 2019\n"
2222"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2323"MIME-Version : 1.0\n "
2424"Content-Type : text/plain; charset=UTF-8\n "
@@ -563,9 +563,9 @@ msgid ""
563563"provides functions to perform a garbage collection, obtain debugging "
564564"statistics, and tune the collector's parameters."
565565msgstr ""
566- "Python内存管理的细节取决于实现。Python的标准实现 :term:`CPython` "
566+ "Python 内存管理的细节取决于实现。 Python 的标准实现 :term:`CPython` "
567567"使用引用计数来检测不可访问的对象,并使用另一种机制来收集引用循环,定期执行循环检测算法来查找不可访问的循环并删除所涉及的对象。 :mod:`gc` "
568- "模模块块提供了执行垃圾收集 、获取调试统计信息和优化收集器参数的函数"
568+ "模块提供了执行垃圾收集 、获取调试统计信息和优化收集器参数的函数。 "
569569
570570#: ../../faq/design.rst:393
571571msgid ""
@@ -650,7 +650,7 @@ msgstr ""
650650msgid ""
651651"If you want to force Python to delete certain things on deallocation use the"
652652" :mod:`atexit` module to run a function that will force those deletions."
653- msgstr "如果要强制python在释放时删除某些内容 ,请使用:mod: ' atexit ' 模块运行一个函数,强制删除这些内容。"
653+ msgstr "如果要强制 Python 在释放时删除某些内容 ,请使用 :mod:` atexit` 模块运行一个函数,强制删除这些内容。"
654654
655655#: ../../faq/design.rst:452
656656msgid "Why are there separate tuple and list data types?"
@@ -676,8 +676,8 @@ msgid ""
676676"Functions which operate on this output would generally not break if you "
677677"added another file or two to the directory."
678678msgstr ""
679- "另一方面,列表更像其他语言中的数组。它们倾向于持有不同数量的对象,所有对象都具有相同的类型,并且逐个操作。例如,``os.listdir('.')`` "
680- "返回表示当前目录中的文件的字符串列表。如果向目录中添加了一两个文件,对此输出进行操作的函数通常不会中断。"
679+ "另一方面,列表更像其他语言中的数组。它们倾向于持有不同数量的对象,所有对象都具有相同的类型,并且逐个操作。例如, ``os.listdir('.')``"
680+ " 返回表示当前目录中的文件的字符串列表。如果向目录中添加了一两个文件,对此输出进行操作的函数通常不会中断。"
681681
682682#: ../../faq/design.rst:468
683683msgid ""
@@ -706,7 +706,7 @@ msgstr ""
706706msgid ""
707707"This makes indexing a list ``a[i]`` an operation whose cost is independent "
708708"of the size of the list or the value of the index."
709- msgstr "这使得索引列表``a[i]``的操作成本与列表的大小或索引的值无关。"
709+ msgstr "这使得索引列表 ``a[i]`` 的操作成本与列表的大小或索引的值无关。"
710710
711711#: ../../faq/design.rst:484
712712msgid ""
0 commit comments