Skip to content

Commit

Permalink
Fixed leanpub writer format
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastell committed Nov 7, 2014
1 parent e457f2e commit 6c86519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pweave/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class PwebLeanpubFormatter(PwebFormatter):
def initformat(self):
self.formatdict = dict(codestart = '{line-numbers=off}\n~~~~~~~~',
codeend = '~~~~~~~~\n\n',
outputstart = 'line-numbers=off}\n~~~~~~~~',
outputstart = '{line-numbers=off}\n~~~~~~~~',
outputend = '~~~~~~~~\n\n',
indent = '',
termindent = '',
Expand Down

0 comments on commit 6c86519

Please sign in to comment.