Skip to content

Commit

Permalink
Fix: indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lecarme committed Oct 28, 2015
1 parent b4c7191 commit acbf636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aphone/phonet.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, txt):

def __unicode__(self):
return u"<Rule minus:%i ending:%s again:%s priority:%i '%u'>" % (
self.minus, self.ending, self.again, self.priority, self.txt)
self.minus, self.ending, self.again, self.priority, self.txt)

def as_json(self):
return {
Expand Down

0 comments on commit acbf636

Please sign in to comment.