Typo in Slicing Section
ravichandraveeramachaneni opened this issue · 1 comments
ravichandraveeramachaneni commented
Slicing Section -> Examples (https://www.pythonlikeyoumeanit.com/Module2_EssentialsOfPython/SequenceTypes.html#Slicing)
Exact Location : Example 3 in Code Examples.
Typo : Comment on the Example says # start:1, stop:5, step:2
Expected : start:0
rsokl commented
Thanks for catching this!
