From 1d4425bcb8e21861dee4f5cdb8d188de197257cf Mon Sep 17 00:00:00 2001 From: Eevee Date: Sat, 12 Sep 2009 14:49:02 -0700 Subject: [PATCH] Raichuu, not Raichyuu --- pokedex/roomaji.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/roomaji.py b/pokedex/roomaji.py index d1bae0f..212909e 100644 --- a/pokedex/roomaji.py +++ b/pokedex/roomaji.py @@ -78,7 +78,7 @@ def romanize(string): # Drop the -i and append the ya/yu/yo sound new_sound = _roomaji_youon[char] - if last_kana in ['shi', 'ji']: + if last_kana in ['chi', 'shi', 'ji']: # Strip the y- new_char = last_kana[:-1] + new_sound[1:] else: