Skip to content

Commit 1593249

Browse files
committed
'pass' too
1 parent c7bcc6d commit 1593249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/05-cond.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ freeing us from having to manually examine every plot for features we've seen be
344344
> >
345345
> > Here `pass` means "don't do anything".
346346
> In this particular case, it's not actually needed, since if `num == 0` neither
347-
> > sum needs to change, but it illustrates the use of `elif`.
347+
> > sum needs to change, but it illustrates the use of `elif` and `pass`.
348348
> {: .solution}
349349
{: .challenge}
350350

0 commit comments

Comments
 (0)