Skip to content

Commit

Permalink
[docs] Fix typos in docstring (#3939)
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt authored and philippjfr committed Sep 20, 2019
1 parent c525cbd commit 3767304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions holoviews/operation/datashader.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ class ResamplingOperation(LinkableOperation):
if set to None.""")

y_range = param.NumericTuple(default=None, length=2, doc="""
The x_range as a tuple of min and max y-value. Auto-ranges
The y-axis range as a tuple of min and max y value. Auto-ranges
if set to None.""")

x_sampling = param.Number(default=None, doc="""
Specifies the smallest allowed sampling interval along the y-axis.""")
Specifies the smallest allowed sampling interval along the x axis.""")

y_sampling = param.Number(default=None, doc="""
Specifies the smallest allowed sampling interval along the y-axis.""")
Specifies the smallest allowed sampling interval along the y axis.""")

target = param.ClassSelector(class_=Image, doc="""
A target Image which defines the desired x_range, y_range,
Expand Down

0 comments on commit 3767304

Please sign in to comment.