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

Skip to content

Commit bbfc103

Browse files
[po] auto sync
1 parent aea2adc commit bbfc103

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tutorial/controlflow.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,11 @@ msgid ""
796796
"they occur all their leading whitespace should be stripped. Equivalence of "
797797
"whitespace should be tested after expansion of tabs (to 8 spaces, normally)."
798798
msgstr ""
799-
"Python解析器不会从Python中删除多行字符串文字的缩进,因此处理文档的工具必须在需要时删除缩进。这是使用以下约定完成的。文档字符串第一行 "
800-
"*之后* "
799+
"Python 解析器不会从 Python 中删除多行字符串文字的缩进,因此处理文档的工具必须在需要时删除缩进。 这是使用以下约定完成的。 "
800+
"文档字符串第一行 *之后* "
801801
"的第一个非空行确定整个文档字符串的缩进量。(我们不能使用第一行,因为它通常与字符串的开头引号相邻,因此它的缩进在字符串文字中不明显。)然后从字符串的所有行的开头剥离与该缩进"
802-
" \"等效\" 的空格。 缩进的行不应该出现,但是如果它们出现,则应该剥离它们的所有前导空格。应在扩展标签后测试空白的等效性(通常为8个空格)。"
802+
" \"等效\" 的空格。 缩进更少的行不应该出现,但是如果它们出现,则应该剥离它们的所有前导空格。 "
803+
"应在转化制表符为空格后测试空格的等效性(通常转化为8个空格)。"
803804

804805
#: ../../tutorial/controlflow.rst:833
805806
msgid "Here is an example of a multi-line docstring::"

0 commit comments

Comments
 (0)