Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzeyi committed Aug 1, 2013
1 parent 09b23f8 commit e1cd8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/drawing.py
Expand Up @@ -133,7 +133,7 @@ def font_size(self, size):
elif size < 0.0:
raise ValueError('cannot be less then 0.0, but got ' + repr(size))
library.DrawSetFontSize(self.resource, size)

@property
def fill_color(self):
"""(:class:`~wand.color.Color`) The current color to fill.
Expand Down

0 comments on commit e1cd8da

Please sign in to comment.