Unverified Commit 3fd14342 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #168 from colinmorris/patch-1

Fix class mismatch in formatting lesson
parents 9a553c34 94f0a4ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ which is rendered as:
for thing in collection:
    do_something
~~~
{: .language-python}
{: .source}

The class specified at the bottom using an opening curly brace and colon,
the class identifier with a leading dot,