Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6200c94

Browse files
[po] auto sync
1 parent 0cc5f12 commit 6200c94

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

library/contextlib.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
87
# Alpha Du <[email protected]>, 2021
98
# zeroswan <[email protected]>, 2021
109
# nick <[email protected]>, 2021
1110
# jaystone776 <[email protected]>, 2021
1211
# Heyi Tang <[email protected]>, 2021
12+
# Freesand Leo <[email protected]>, 2021
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -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`."
6363
msgstr ""
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
7070
msgid ""

0 commit comments

Comments
 (0)