Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

nit: Indicies vs Indexes #34

Closed sughodke closed 8 years ago

sughodke commented 8 years ago

:rage: YARGH! Just venting some frustration typing indexes. Feel free to close this issue.

(Hrm, this article does state that both are valid. http://grammarist.com/usage/indexes-indices/)

https://github.com/firstopinion/prom/blob/master/prom/config.py#L171

Jaymon commented 8 years ago

My completely unscientific poll of Google:

Google Search Results
indices site:sqlite.org 1,690
indices site:postgresql.org 2,120
indices site:dev.mysql.com 218
indexes site:dev.mysql.com 11,300
indexes site:postgresql.org 37,300
indexes site:sqlite.org 3,960

I declare indexes the winner :)