Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed May 27, 2015
1 parent 6651529 commit 8908385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abydos/phonetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3569,7 +3569,7 @@ def _phonet(term, mode, lang, trace):
while rule and rule[0] != ')':
rule = rule[1:]

#if rule[0] == ')':
# if rule[0] == ')':
rule = rule[1:]

if rule:
Expand Down Expand Up @@ -3704,7 +3704,7 @@ def _phonet(term, mode, lang, trace):
while rule and rule[0] != ')':
rule = rule[1:]

#if rule[0] == ')':
# if rule[0] == ')':
rule = rule[1:]

while rule and rule[0] == '-':
Expand Down

0 comments on commit 8908385

Please sign in to comment.