rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
163 stars 54 forks source link

Typo in Slicing Section #157

Closed ravichandraveeramachaneni closed 3 years ago

ravichandraveeramachaneni commented 3 years ago

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 3 years ago

Thanks for catching this!