X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/bfc084c8c47a48b686c79052d01c0a198cc59bc3..5bbbc254aeeb41c1b3421ffb3188f0833d0a8d7b:/pokedex/roomaji.py?ds=sidebyside diff --git a/pokedex/roomaji.py b/pokedex/roomaji.py index d0aa3ca..cdf30b5 100644 --- a/pokedex/roomaji.py +++ b/pokedex/roomaji.py @@ -113,8 +113,7 @@ def romanize(string): last_kana = new_char # Sokuon - #elif char in (u'っ', u'ッ'): - elif char in (u'ッ',): + elif char in (u'っ', u'ッ'): # Remember it and double the consonant next time around last_kana = 'sokuon'