77# ww song <[email protected] >, 201888# zc Jin <[email protected] >, 201899# Freesand Leo <[email protected] >, 201810- # ppcfish <[email protected] >, 20191110# akira asura <[email protected] >, 201911+ # zkonge, 2019
1212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1919"PO-Revision-Date : 2017-02-16 23:12+0000\n "
20- "
Last-Translator :
akira asura <[email protected] > , 2019\n"
20+ "Last-Translator : zkonge , 2019\n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -58,8 +58,8 @@ msgid ""
5858msgstr ""
5959"将(旧式的)比较函数转换为新式的 :term:`key function` . 在类似于 :func:`sorted` , :func:`min` ,"
6060" :func:`max` , :func:`heapq.nlargest` , :func:`heapq.nsmallest` , "
61- ":func:`itertools.groupby` 等函数的`key`参数中使用。此函数主要用于转换Python "
62- "2程序至新版的转换工具,从而保持对比较函数的兼容 。"
61+ ":func:`itertools.groupby` 等函数的 `key` 参数中使用。此函数主要用作将 Python 2 "
62+ "程序转换至新版的转换工具,以保持对比较函数的兼容 。"
6363
6464#: ../../library/functools.rst:32
6565msgid ""
@@ -107,15 +107,16 @@ msgid ""
107107"If *maxsize* is set to ``None``, the LRU feature is disabled and the cache "
108108"can grow without bound. The LRU feature performs best when *maxsize* is a "
109109"power-of-two."
110- msgstr "如果*maxsize*设置为``None``,LRU功能将被禁用且缓存数量无上限。 *maxsize* 设置为2的幂时可获得最佳性能。"
110+ msgstr ""
111+ "如果 *maxsize* 设置为 ``None`` ,LRU功能将被禁用且缓存数量无上限。 *maxsize* 设置为2的幂时可获得最佳性能。"
111112
112113#: ../../library/functools.rst:64
113114msgid ""
114115"If *typed* is set to true, function arguments of different types will be "
115116"cached separately. For example, ``f(3)`` and ``f(3.0)`` will be treated as "
116117"distinct calls with distinct results."
117118msgstr ""
118- "如果*typed*设置为true,不同类型的函数参数将被分别缓存。例如, ``f(3)`` 和 ``f(3.0)`` 将被视为不同而分别缓存。"
119+ "如果 *typed* 设置为true,不同类型的函数参数将被分别缓存。例如, ``f(3)`` 和 ``f(3.0)`` 将被视为不同而分别缓存。"
119120
120121#: ../../library/functools.rst:68
121122msgid ""
0 commit comments