Skip to content

Commit 79b646b

Browse files
jackVanishmaxim-belkin
authored andcommitted
03-index-slice-subset.md: fix typo in the list lesson (#444)
1 parent dc57368 commit 79b646b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_episodes/03-index-slice-subset.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ the related Python data type dictionary).
114114

115115
Let's remind ourselves that Python uses 0-based
116116
indexing. This means that the first element in an object is located at position
117-
0. This is different from other tools like R and Matlab that index elements
117+
`0`. This is different from other tools like R and Matlab that index elements
118118
within objects starting at 1.
119119

120120
~~~
@@ -539,4 +539,3 @@ asking Python to select rows that have a `NaN` value of weight.
539539
{: .challenge}
540540
541541
{% include links.md %}
542-

0 commit comments

Comments
 (0)