aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
606 stars 269 forks source link

Method `change_aliases` has misleading docstring #390

Open Perlence opened 10 years ago

Perlence commented 10 years ago

Hello,

Docstring of method pyes.managers.Indices.change_aliases is misleading. It says that the method gets a list of 3-tuples (command, index, alias), whereas it actually unpacks 4-tuples (command, index, alias, params).

Thanks.