We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 941c3c7 + 5aa38a9 commit 5183ccfCopy full SHA for 5183ccf
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