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

Skip to content

Commit 6fed73e

Browse files
[po] auto sync
1 parent 6144360 commit 6fed73e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tutorial/controlflow.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,9 @@ msgid ""
848848
"than others. Making it easy for others to read your code is always a good "
849849
"idea, and adopting a nice coding style helps tremendously for that."
850850
msgstr ""
851-
"现在你将要写更长,更复杂的Python代码,是时候讨论一下 "
852-
"*代码风格*。大多数语言都能使用不同的风格编写(或更简洁,格式化的);有些比其他的更具有可读性。能让其他人轻松阅读你的代码总是一个好主意,采用一种好的编码风格对此有很大帮助。"
851+
"现在你将要写更长,更复杂的 Python 代码,是时候讨论一下 *代码风格* 了。 "
852+
"大多数语言都能以不同的风格被编写(或更准确地说,被格式化);有些比其他的更具有可读性。 "
853+
"能让其他人轻松阅读你的代码总是一个好主意,采用一种好的编码风格对此有很大帮助。"
853854

854855
#: ../../tutorial/controlflow.rst:896
855856
msgid ""

tutorial/datastructures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ msgid ""
396396
"combination of tuple packing and sequence unpacking."
397397
msgstr ""
398398
"这被称为 *序列解包* "
399-
"也是很恰当的,因为解包操作的等号右侧可以是任何序列。序列解包要求等号左侧的变量数与右侧序列里所含的元素数相同。注意可变参数其实也只是元组打包和序列解包的组合。"
399+
"也是很恰当的,因为解包操作的等号右侧可以是任何序列。序列解包要求等号左侧的变量数与右侧序列里所含的元素数相同。注意多重赋值其实也只是元组打包和序列解包的组合。"
400400

401401
#: ../../tutorial/datastructures.rst:447
402402
msgid "Sets"

0 commit comments

Comments
 (0)