Skip to content

Commit

Permalink
Remove extraneous class
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Jun 26, 2018
1 parent 334c7bc commit e00b408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/prism-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>Known failures</h2>
</p>

<h3>Triple-quoted strings with what look like strings inside</h3>
<pre class="language-python"><code>def antique(string):
<pre><code>def antique(string):
"""Replace anachronistic Latin "j" with "i"."""
return string.replace("j", "i").replace("J", "I")
</code></pre>

0 comments on commit e00b408

Please sign in to comment.