Skip to content

Commit 67faf2a

Browse files
authored
Update 2.md
别字修正
1 parent 253d5e7 commit 67faf2a

File tree

1 file changed

+1
-1
lines changed
  • Article/PythonBasis/python7

1 file changed

+1
-1
lines changed

Article/PythonBasis/python7/2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ iter1 = iter ( str1 )
1919
list1 = [1,2,3,4]
2020
iter2 = iter ( list1 )
2121

22-
# 3、tuple(元祖) 对象创建迭代器
22+
# 3、tuple(元组) 对象创建迭代器
2323
tuple1 = ( 1,2,3,4 )
2424
iter3 = iter ( tuple1 )
2525

0 commit comments

Comments
 (0)