Skip to content

Commit

Permalink
fix warnings to restore sphinx docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Nov 2, 2020
1 parent 76f56e1 commit dbb1781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Changes
* Add ``PieChart`` class for creating Pie Chart panels
* Add `transparent` setting to classes that were missing it (Heatmap, PieChart)
* Add InfluxDB data source
* Add ``auto_ref_ids`` to ``Graph``s
* Add ``auto_ref_ids`` to ``Graph``

Thanks a lot for your contributions to this release, @DWalker487, @JamesGibo, @daveworth, @dholbach, @fauust, @larsderidder, @matthewmrichter.

Expand Down
2 changes: 1 addition & 1 deletion grafanalib/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class BucketScriptAgg(object):
:param fields: dictionary of field names mapped to aggregation IDs to be used in the bucket script
e.g. { "field1":1 }, which allows the output of aggregate ID 1 to be referenced as
params.field1 in the bucket script
params.field1 in the bucket script
:param script: script to apply to the data using the variables specified in 'fields'
:param id: id of the aggregator
:param hide: show/hide the metric in the final panel display
Expand Down

0 comments on commit dbb1781

Please sign in to comment.