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

Skip to content

Commit 4515530

Browse files
committed
[po] auto sync bot
1 parent 337c7d8 commit 4515530

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorial/datastructures.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ msgid ""
437437
"modified in place using index assignments, slice assignments, or methods "
438438
"like :meth:`append` and :meth:`extend`."
439439
msgstr ""
440-
"另一个非常有用的Python內建数据类型是 *字典* 参见 :ref:`typesmapping`。字典在其他语言里可能会被叫做 *联合内存* "
441-
"*联合数组*。与以连续整数为索引的序列不同,字典是以 *关键字* "
442-
"为索引,关键字可以是任意不可变类型,通常是字符串或数字。如果一个元组只包含字符串数字或元组,那么这个元组也可以作关键字。但如果元组直接或间接地包含了可变对象,那么它就不能作关键字。列表不能用做关键字,因为列表可以通过索引切片或"
443-
" :meth:`append` 和 :meth:`extend`之类的方法来改变。"
440+
"另一个非常有用的 Python 內置数据类型是 *字典* (参见 :ref:`typesmapping`)。字典在其他语言里可能会被叫做 *联合内存* "
441+
"*联合数组*。与以连续整数为索引的序列不同,字典是以 *关键字* "
442+
"为索引的,关键字可以是任意不可变类型,通常是字符串或数字。如果一个元组只包含字符串数字或元组,那么这个元组也可以用作关键字。但如果元组直接或间接地包含了可变对象,那么它就不能用作关键字。列表不能用作关键字,因为列表可以通过索引切片或"
443+
" :meth:`append` 和 :meth:`extend` 之类的方法来改变。"
444444

445445
#: ../../tutorial/datastructures.rst:500
446446
msgid ""

0 commit comments

Comments
 (0)