Skip to content

Commit 9144ec4

Browse files
author
winecat
committed
Update 111.md
错别字
1 parent d3ff73a commit 9144ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

111.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ list和str两种类型的数据,有共同的地方,它们都属于序列(
102102
>>> lst[-3:-1]
103103
['python', 'java']
104104

105-
序列的切片,一定要左边的数字小有右边的数字`lang[-1:-3]`就没有遵守这个规则,返回的是一个空。
105+
序列的切片,一定要左边的数字小于右边的数字`lang[-1:-3]`就没有遵守这个规则,返回的是一个空。
106106

107107
##反转
108108

0 commit comments

Comments
 (0)