@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.7\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2018-10-07 09:22 +0900\n "
15+ "POT-Creation-Date : 2018-12-20 10:06 +0900\n "
1616"PO-Revision-Date : 2017-02-16 23:04+0000\n "
1717"
Last-Translator :
Freesand Leo <[email protected] >, 2018\n "
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -24,7 +24,7 @@ msgstr ""
2424
2525#: ../../library/contextlib.rst:2
2626msgid ""
27- ":mod:`contextlib` --- Utilities for :keyword:`with`\\ -statement contexts"
27+ ":mod:`! contextlib` --- Utilities for :keyword:`! with`\\ -statement contexts"
2828msgstr ""
2929
3030#: ../../library/contextlib.rst:7
@@ -91,7 +91,8 @@ msgstr ""
9191msgid ""
9292"The function being decorated must return a :term:`generator`-iterator when "
9393"called. This iterator must yield exactly one value, which will be bound to "
94- "the targets in the :keyword:`with` statement's :keyword:`as` clause, if any."
94+ "the targets in the :keyword:`with` statement's :keyword:`!as` clause, if "
95+ "any."
9596msgstr ""
9697
9798#: ../../library/contextlib.rst:77
@@ -105,9 +106,9 @@ msgid ""
105106"place. If an exception is trapped merely in order to log it or to perform "
106107"some action (rather than to suppress it entirely), the generator must "
107108"reraise that exception. Otherwise the generator context manager will "
108- "indicate to the :keyword:`with` statement that the exception has been "
109+ "indicate to the :keyword:`! with` statement that the exception has been "
109110"handled, and execution will resume with the statement immediately following "
110- "the :keyword:`with` statement."
111+ "the :keyword:`! with` statement."
111112msgstr ""
112113
113114#: ../../library/contextlib.rst:89
@@ -291,7 +292,7 @@ msgid ""
291292"As the decorated function must be able to be called multiple times, the "
292293"underlying context manager must support use in multiple :keyword:`with` "
293294"statements. If this is not the case, then the original construct with the "
294- "explicit :keyword:`with` statement inside the function should be used."
295+ "explicit :keyword:`! with` statement inside the function should be used."
295296msgstr ""
296297
297298#: ../../library/contextlib.rst:356
@@ -674,8 +675,8 @@ msgstr ""
674675msgid ""
675676"More sophisticated context managers may be \" reentrant\" . These context "
676677"managers can not only be used in multiple :keyword:`with` statements, but "
677- "may also be used *inside* a :keyword:`with` statement that is already using "
678- "the same context manager."
678+ "may also be used *inside* a :keyword:`! with` statement that is already using"
679+ " the same context manager."
679680msgstr ""
680681
681682#: ../../library/contextlib.rst:777
0 commit comments