Skip to content

Commit 5183ccf

Browse files
authored
Merge pull request yidao620c#203 from Huang-Jinxian/patch-2
to run the code correctly, there should be indent
2 parents 941c3c7 + 5aa38a9 commit 5183ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c01/p11_naming_slice.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
>>> a.indices(len(s))
7676
(5, 10, 2)
7777
>>> for i in range(*a.indices(len(s))):
78-
... print(s[i])
78+
... print(s[i])
7979
...
8080
W
8181
r

0 commit comments

Comments
 (0)