From a33f98a25460f47487e3c7af4f56398a8aa8f75c Mon Sep 17 00:00:00 2001 From: Gareth Elston Date: Tue, 3 Mar 2015 14:38:11 +0000 Subject: [PATCH] Update Widget Events.ipynb --- examples/Interactive Widgets/Widget Events.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Interactive Widgets/Widget Events.ipynb b/examples/Interactive Widgets/Widget Events.ipynb index 27b69f1a4..381aeb2a2 100644 --- a/examples/Interactive Widgets/Widget Events.ipynb +++ b/examples/Interactive Widgets/Widget Events.ipynb @@ -331,7 +331,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Function `widgets.link` returns a `Link` widget. The link can be broken by calling the `unlink` method." + "Function `widgets.jslink` returns a `Link` widget. The link can be broken by calling the `unlink` method." ] }, {