Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar authored and philippjfr committed Nov 14, 2020
1 parent 671a8c6 commit 853d9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hvplot/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class Interactive():
"""
Interactive is a wrapper around and object that lets users create
Interactive is a wrapper around a Python object that lets users create
interactive pipelines by calling existing APIs on an object with
dynamic parameters or widgets.
"""
Expand Down Expand Up @@ -267,7 +267,7 @@ def hvplot(self, *args, **kwargs):
def layout(self):
"""
Returns a layout of the widgets and output arranged according
to the center and and widget location specified in the
to the center and widget location specified in the
interactive call.
"""
widget_box = self.widgets
Expand Down

0 comments on commit 853d9a1

Please sign in to comment.