From bb16f176b96bf6735d28ae576e628161cd5738b6 Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Wed, 2 Sep 2020 15:22:35 -0500 Subject: [PATCH] Apply suggestions from code review --- hvplot/interactive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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