Skip to content

Commit

Permalink
to run the code correctly, there should be indent
Browse files Browse the repository at this point in the history
as you can seen, there should be a tab indent.
  • Loading branch information
Huang-Jinxian authored Oct 11, 2017
1 parent 941c3c7 commit 5aa38a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/c01/p11_naming_slice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 75,7 @@
>>> a.indices(len(s))
(5, 10, 2)
>>> for i in range(*a.indices(len(s))):
... print(s[i])
... print(s[i])
...
W
r
Expand Down

0 comments on commit 5aa38a9

Please sign in to comment.