File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
850850msgstr ""
851- "现在你将要写更长,更复杂的Python代码,是时候讨论一下 "
852- "*代码风格*。大多数语言都能使用不同的风格编写(或更简洁,格式化的);有些比其他的更具有可读性。能让其他人轻松阅读你的代码总是一个好主意,采用一种好的编码风格对此有很大帮助。"
851+ "现在你将要写更长,更复杂的 Python 代码,是时候讨论一下 *代码风格* 了。 "
852+ "大多数语言都能以不同的风格被编写(或更准确地说,被格式化);有些比其他的更具有可读性。 "
853+ "能让其他人轻松阅读你的代码总是一个好主意,采用一种好的编码风格对此有很大帮助。"
853854
854855#: ../../tutorial/controlflow.rst:896
855856msgid ""
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ msgid ""
396396"combination of tuple packing and sequence unpacking."
397397msgstr ""
398398"这被称为 *序列解包* "
399- "也是很恰当的,因为解包操作的等号右侧可以是任何序列。序列解包要求等号左侧的变量数与右侧序列里所含的元素数相同。注意可变参数其实也只是元组打包和序列解包的组合 。"
399+ "也是很恰当的,因为解包操作的等号右侧可以是任何序列。序列解包要求等号左侧的变量数与右侧序列里所含的元素数相同。注意多重赋值其实也只是元组打包和序列解包的组合 。"
400400
401401#: ../../tutorial/datastructures.rst:447
402402msgid "Sets"
You can’t perform that action at this time.
0 commit comments