Skip to content

Commit 18a0af0

Browse files
committed
Fix code block color
1 parent aa0df0f commit 18a0af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_episodes/02-loop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ The general form of a loop is:
140140
for element in variable:
141141
do things with element
142142
~~~
143-
{: .python}
144143

145144
Using the oxygen example above, the loop might look like this:
146145

0 commit comments

Comments
 (0)