Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
pyflakes correction
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 22, 2014
1 parent a98dcd0 commit d2341e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion softhyphen/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_braille_language_call(self):
Test usage with Braille language call.
"""
before = "<h1>⠓⠁⠍-⠃⠥⠗⠛⠑⠗</h1>"
after = hyphenate(before, language='hu-hu')
hyphenate(before, language='hu-hu')

def test_foo_language_call(self):
"""
Expand Down

0 comments on commit d2341e8

Please sign in to comment.