Open Perlence opened 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).
pyes.managers.Indices.change_aliases
(command, index, alias)
(command, index, alias, params)
Thanks.
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.