We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941c3c7 commit 5aa38a9Copy full SHA for 5aa38a9
source/c01/p11_naming_slice.rst
@@ -75,7 +75,7 @@
75
>>> a.indices(len(s))
76
(5, 10, 2)
77
>>> for i in range(*a.indices(len(s))):
78
- ... print(s[i])
+ ... print(s[i])
79
...
80
W
81
r
0 commit comments