Skip to content

Commit

Permalink
Merge branch 'patch-1' of tylerkelly13/python-novice-inflammation int…
Browse files Browse the repository at this point in the history
…o gh-pages

* 'patch-1' of https://github.com/tylerkelly13/python-novice-inflammation:
  Issue #221 - add tab to 'Tabs and Spaces' example
  • Loading branch information
tbekolay committed Nov 2, 2017
2 parents 3f37964 + 6435a5e commit 711a3d2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions episodes/07-errors.md
Expand Up @@ -192,12 +192,11 @@ it *always* means that there is a problem with how your code is indented.
> the first two lines are using a tab for indentation,
> while the third line uses four spaces:
>
> ~~~
> def some_function():
> msg = "hello, world!"
> print(msg)
> return msg
> ~~~
> <div class="python highlighter-rouge"><div class="highlight"><pre class="highlight"><code>def some_function():
> msg = "hello, world!"
> print(msg)
>&#009;return msg
></code></pre></div> </div>
> {: .python}
>
> ~~~
Expand Down

0 comments on commit 711a3d2

Please sign in to comment.