From 36df9f04d9fec21b27b045b7a4654c096123c4be Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sat, 23 May 2015 14:30:10 -0700 Subject: [PATCH] indeces -> indices, fixes #41, thanks pts! --- boltons/strutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltons/strutils.py b/boltons/strutils.py index bbc9d73..b8c25fb 100644 --- a/boltons/strutils.py +++ b/boltons/strutils.py @@ -241,7 +241,7 @@ _IRR_S2P = {'alumnus': 'alumni', 'analysis': 'analyses', 'antenna': 'antennae', 'diagnosis': 'diagnoses', 'ellipsis': 'ellipses', 'fish': 'fish', 'focus': 'foci', 'foot': 'feet', 'formula': 'formulae', 'fungus': 'fungi', 'genus': 'genera', 'goose': 'geese', - 'hypothesis': 'hypotheses', 'index': 'indeces', 'louse': 'lice', + 'hypothesis': 'hypotheses', 'index': 'indices', 'louse': 'lice', 'man': 'men', 'matrix': 'matrices', 'means': 'means', 'medium': 'media', 'memorandum': 'memoranda', 'mouse': 'mice', 'nebula': 'nebulae', 'nucleus': 'nuclei', 'oasis': 'oases',