rsokl/Learning_Python

Typo in Slicing Section

ravichandraveeramachaneni opened this issue · 1 comments

Slicing Section -> Examples (https://www.pythonlikeyoumeanit.com/Module2_EssentialsOfPython/SequenceTypes.html#Slicing)

Exact Location : Example 3 in Code Examples.

Screen Shot 2020-08-10 at 7 07 26 PM

Typo : Comment on the Example says # start:1, stop:5, step:2
Expected : start:0

rsokl commented

Thanks for catching this!