diff --git a/hvplot/interactive.py b/hvplot/interactive.py index 67ad0d3e9..2753d3121 100644 --- a/hvplot/interactive.py +++ b/hvplot/interactive.py @@ -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. """ @@ -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