Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Added fixed small issue in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Jun 3, 2013
1 parent b11606f commit 1fe8590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ from pygments.lexers import get_lexer_by_name
from pygments.formatters import HtmlFormatter

# Create a custom renderer
class BleepRenderer(HtmlRenderer, SmartyPants):
class BleepRenderer(m.HtmlRenderer, m.SmartyPants):
def block_code(self, text, lang):
if not lang:
return '\n<pre><code>%s</code></pre>\n' % \
Expand Down

1 comment on commit 1fe8590

@davidcorne
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Please sign in to comment.