Skip to content

Commit

Permalink
Fixed incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jun 1, 2017
1 parent d4a2ce8 commit 3c25447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class Ellipse(BaseShape):
width = param.Number(default=1, doc="The width of the ellipse.")

aspect= param.Number(default=1.0, doc="""
Final divisor only applied to the final height.""")
Final multiplier applied to the width.""")

orientation = param.Number(default=0, doc="""
Orientation in the Cartesian coordinate system, the
Expand Down

0 comments on commit 3c25447

Please sign in to comment.