Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaptiste committed Nov 13, 2023
1 parent a35d6b0 commit 8dc26a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 05 - Sequence Types/05 - Slicing/Slicing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Similarly, if we omit `end` with a negative step, Python will slice from the `start` value towards the right all the way to the first element of the sequence:"
"Similarly, if we omit `end` with a negative step, Python will slice from the `start` value towards the left all the way to the first element of the sequence:"
]
},
{
Expand Down Expand Up @@ -1157,7 +1157,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1171,7 +1171,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
"version": "3.10.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8dc26a1

Please sign in to comment.