Skip to content

Commit 78ef3a5

Browse files
committed
fix indentation in aafig
1 parent 9d02636 commit 78ef3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_ext/aafig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run(self):
9292
if isinstance(image_node, nodes.system_message):
9393
return [image_node]
9494
text = '\n'.join(self.content)
95-
image_node.aafig = dict(options = aafig_options, text = text)
95+
image_node.aafig = dict(options = aafig_options, text = text)
9696
return [image_node]
9797

9898

@@ -187,7 +187,7 @@ def render_aafigure(app, text, options):
187187

188188
try:
189189
(visitor, output) = aafigure.render(text, outfn, options)
190-
output.close()
190+
output.close()
191191
except aafigure.UnsupportedFormatError, e:
192192
raise AafigError(str(e))
193193

0 commit comments

Comments
 (0)