Skip to content

Commit

Permalink
Minor corrections to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Apr 20, 2017
1 parent 11f79b5 commit 08c7529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holoviews/operation/datashader.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ class aggregate(ElementOperation):
sampling distance by reducing the width and height when the zoomed
in beyond the minimum sampling distance.
By default, the PlotSize operator is applied when this operation
By default, the PlotSize stream is applied when this operation
is used dynamically, which means that the height and width
will automatically be set to match the inner dimensions of
the plot in which this is used.
the linked plot.
"""

aggregator = param.ClassSelector(class_=ds.reductions.Reduction,
Expand Down

0 comments on commit 08c7529

Please sign in to comment.