Unverified Commit 94f0a4ea authored by Colin's avatar Colin Committed by GitHub
Browse files

Fix class mismatch in formatting lesson

The 'input' (raw) block showed the `.source` class identifier, but the rendered output used `.language-python`.
parent 9a553c34
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,