Skip to content

Commit 3c316f6

Browse files
authored
Update 02-loop.md
1 parent af0e017 commit 3c316f6

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
@@ -154,7 +154,7 @@ and we must indent anything we want to run inside the loop. Unlike many other la
154154
command to signify the end of the loop body (e.g. `end for`); what is indented after the `for` statement belongs to the loop.
155155

156156

157-
> ## What's in a name?{.callout}
157+
> ## What's in a name?
158158
>
159159
>
160160
> In the example above, the loop variable was given the name `char` as a mnemonic; it is short for 'character'. 'Char' is not a keyword in Python that pulls the characters from words or strings. In fact when a similar loop is run over a list rather than a word, the output would be each member of that list printed in order, rather than the characters.

0 commit comments

Comments
 (0)