77# eric R <[email protected] >, 20218899# jaystone776 <[email protected] >, 202110+ # Freesand Leo <[email protected] >, 20221011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2021-08-18 13:46+0000\n "
1718"PO-Revision-Date : 2021-06-28 01:50+0000\n "
18- "Last-Translator : jaystone776 <1732865113@qq .com>, 2021 \n "
19+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
1920"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -192,14 +193,14 @@ msgid ""
192193"included in the string, but it's possible to prevent this by adding a ``\\ ``"
193194" at the end of the line. The following example::"
194195msgstr ""
195- "字符串字面值可以实现跨行连续输入。实现方式是用三引号 :``\"\"\" ...\"\"\" `` 或 "
196- "``'''...'''``,字符串行尾会自动加上回车换行,如果不需要回车换行,在行尾添加 ``\\ `` 即可。示例如下 :"
196+ "字符串字面值可以包含多行。 一种实现方式是使用三重引号 :``\"\"\" ...\"\"\" `` 或 ``'''...'''``。 "
197+ "字符串中将自动包括行结束符,但也可以在换行的地方添加一个 ``\\ `` 来避免此情况。 参见以下示例 :"
197198
198199#: ../../tutorial/introduction.rst:196
199200msgid ""
200201"produces the following output (note that the initial newline is not "
201202"included):"
202- msgstr "输出如下(注意,第一行没有换行 ):"
203+ msgstr "输出如下(请注意开始的换行符没有被包括在内 ):"
203204
204205#: ../../tutorial/introduction.rst:204
205206msgid ""
0 commit comments