44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 202187# Alpha Du <[email protected] >, 202198# zeroswan <[email protected] >, 20211091110# jaystone776 <[email protected] >, 20211211# Heyi Tang <[email protected] >, 202112+ # Freesand Leo <[email protected] >, 20211313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2021-06-29 12:56+0000\n "
2020"PO-Revision-Date : 2021-06-28 00:57+0000\n "
21- "Last-Translator : Heyi Tang <tangheyi.09@gmail .com>, 2021\n "
21+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\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 "
@@ -61,10 +61,10 @@ msgid ""
6161"default returns ``None``. See also the definition of "
6262":ref:`typecontextmanager`."
6363msgstr ""
64- "一个为实现了 :meth:`object.__aenter__ ` 与 :meth:`object.__aexit__ ` 的类提供的 "
65- ":term:`abstract base class`。 为 :meth:`object.__aenter__ ` 提供的一个默认实现是返回 "
66- "``self`` 而 :meth:`object.__aexit__ ` 是一个默认返回 ``None`` 的抽象方法。 参见 :ref:`async- "
67- "context-managers ` 的定义。"
64+ "一个为实现了 :meth:`object.__enter__ ` 与 :meth:`object.__exit__ ` 的类提供的 "
65+ ":term:`abstract base class`。为 :meth:`object.__enter__ ` 提供的一个默认实现是返回 ``self`` "
66+ " 而 :meth:`object.__exit__ ` 是一个默认返回 ``None`` 的抽象方法。 参见 "
67+ ":ref:`typecontextmanager ` 的定义。"
6868
6969#: ../../library/contextlib.rst:34
7070msgid ""
0 commit comments