From d2227bad8187c5bf6e471f2a64027ce53a23e1b4 2015-03-29 23:08:29
From: Min RK <benjaminrk@gmail.com>
Date: 2015-03-29 23:08:29
Subject: [PATCH] update description of sticky tooltip

> Tooltip will linger for 10 seconds while you type
---

diff --git a/IPython/html/static/notebook/js/tooltip.js b/IPython/html/static/notebook/js/tooltip.js
index d8c61eb..6a7e764 100644
--- a/IPython/html/static/notebook/js/tooltip.js
+++ b/IPython/html/static/notebook/js/tooltip.js
@@ -65,7 +65,7 @@ define([
         this._clocklink = $('<a/>').attr('href', "#");
         this._clocklink.attr('role', "button");
         this._clocklink.addClass('ui-button');
-        this._clocklink.attr('title', 'Tooltip is not dismissed while typing for 10 seconds');
+        this._clocklink.attr('title', 'Tooltip will linger for 10 seconds while you type');
         var clockspan = $('<span/>').text('Close');
         clockspan.addClass('ui-icon');
         clockspan.addClass('ui-icon-clock');