Skip to content

Commit 0b97357

Browse files
committed
highlight code elements
1 parent 093b367 commit 0b97357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ word = 'lead'
3434
{: .python}
3535

3636
We can access a character in a string using its index. For example, we can get the first
37-
character of the word 'lead', by using word[0]. One way to print each character is to use
37+
character of the word `'lead'`, by using `word[0]`. One way to print each character is to use
3838
four `print` statements:
3939

4040
~~~

0 commit comments

Comments
 (0)