Skip to content

Commit

Permalink
Fixed agg string percentile_ranks.
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthStar committed Feb 26, 2015
1 parent ddaae60 commit c96974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch_dsl/aggs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def to_dict(self):
(Agg, 'max', None),
(Agg, 'min', None),
(Agg, 'percentiles', None),
(Agg, 'percentile_rank', None),
(Agg, 'percentile_ranks', None),
(Agg, 'scripted_metric', None),
(Agg, 'stats', None),
(Agg, 'sum', None),
Expand Down

0 comments on commit c96974d

Please sign in to comment.