@@ -534,8 +534,8 @@ msgid ""
534534"transformation using the ``@wrapper`` syntax. Common examples for "
535535"decorators are :func:`classmethod` and :func:`staticmethod`."
536536msgstr ""
537- "返回值为另一个函数的函数,通常使用 ``@wrapper`` 语法形式来进行函数变换。装饰器的常见例子包括 :func:`classmethod` 和 "
538- ":func:`staticmethod`。"
537+ "返回值为另一个函数的函数,通常使用 ``@wrapper`` 语法形式来进行函数变换。 装饰器的常见例子包括 :func:`classmethod` 和"
538+ " :func:`staticmethod`。"
539539
540540#: ../../glossary.rst:261
541541msgid ""
@@ -788,7 +788,7 @@ msgid ""
788788":ref:`function` section."
789789msgstr ""
790790"可以向调用者返回某个值的一组语句。还可以向其传入零个或多个 :term:`参数 <argument>` 并在函数体执行中被使用。另见 "
791- ":term:`parameter`, :term:`method` 和 the :ref:`function` 等节。"
791+ ":term:`parameter`, :term:`method` 和 :ref:`function` 等节。"
792792
793793#: ../../glossary.rst:387
794794msgid "function annotation"
@@ -974,7 +974,7 @@ msgid ""
974974"A bytecode cache file that uses the hash rather than the last-modified time "
975975"of the corresponding source file to determine its validity. See :ref:`pyc-"
976976"invalidation`."
977- msgstr "使用对应源文件的哈希值而非最后修改时间来确定其有效性的字节码缓存文件。参见 :ref:`pyc-invalidation`。"
977+ msgstr "使用对应源文件的哈希值而非最后修改时间来确定其有效性的字节码缓存文件。 参见 :ref:`pyc-invalidation`。"
978978
979979#: ../../glossary.rst:492
980980msgid "hashable"
@@ -1213,9 +1213,10 @@ msgid ""
12131213" :meth:`list.sort`, :func:`heapq.merge`, :func:`heapq.nsmallest`, "
12141214":func:`heapq.nlargest`, and :func:`itertools.groupby`."
12151215msgstr ""
1216- "Python 中有许多工具都允许用键函数来控制元素的排位或分组方式。其中包括 "
1217- ":func:`min`、:func:`max`、:func:`sorted`、:meth:`list.sort`、:func:`heapq.merge`、:func:`heapq.nsmallest`、:func:`heapq.nlargest`"
1218- " 以及 :func:`itertools.groupby`。"
1216+ "Python 中有许多工具都允许用键函数来控制元素的排位或分组方式。其中包括 :func:`min`, :func:`max`, "
1217+ ":func:`sorted`, :meth:`list.sort`, :func:`heapq.merge`, "
1218+ ":func:`heapq.nsmallest`, :func:`heapq.nlargest` 以及 "
1219+ ":func:`itertools.groupby`。"
12191220
12201221#: ../../glossary.rst:614
12211222msgid ""
@@ -1338,9 +1339,9 @@ msgid ""
13381339msgstr ""
13391340"一种支持任意键查找并实现了 :class:`~collections.abc.Mapping` 或 "
13401341":class:`~collections.abc.MutableMapping` :ref:`抽象基类 <collections-abstract-"
1341- "base-classes>` 中所规定方法的容器对象。此类对象的例子包括 "
1342- ":class:`dict`、:class:` collections.defaultdict`、 :class:`collections.OrderedDict`"
1343- " 以及 :class:`collections.Counter`。"
1342+ "base-classes>` 中所规定方法的容器对象。 此类对象的例子包括 :class:`dict`, "
1343+ ":class:`collections.defaultdict`, :class:`collections.OrderedDict` 以及 "
1344+ ":class:`collections.Counter`。"
13441345
13451346#: ../../glossary.rst:669
13461347msgid "meta path finder"
@@ -1956,9 +1957,9 @@ msgid ""
19561957"and :meth:`__reversed__`. Types that implement this expanded interface can "
19571958"be registered explicitly using :func:`~abc.register`."
19581959msgstr ""
1959- " :class:`collections.abc.Sequence` 抽象基类定义了一个更丰富的接口,它超越了 :meth:`__getitem__` "
1960- "和 :meth:`__len__` ,添加了 :meth:`count` , :meth:`index` , :meth:`__contains__` , "
1961- " 和 :meth:`__reversed__` 。可以使用 :func:`~abc.register` 显式注册实现此扩展接口的类型。"
1960+ ":class:`collections.abc.Sequence` 抽象基类定义了一个更丰富的接口,它超越了 :meth:`__getitem__` 和 "
1961+ " :meth:`__len__`,添加了 :meth:`count`, :meth:`index`, :meth:`__contains__` 和 "
1962+ ":meth:`__reversed__` 。 可以使用 :func:`~abc.register` 显式注册实现此扩展接口的类型。"
19621963
19631964#: ../../glossary.rst:991
19641965msgid "single dispatch"
0 commit comments