From 66561433670084fbdac9a1ee473c6bc58d7f0677 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Thu, 5 May 2016 10:48:59 +0100 Subject: [PATCH] Remove stray nonascii char from message --- lib/matplotlib/backends/backend_nbagg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/backends/backend_nbagg.py b/lib/matplotlib/backends/backend_nbagg.py index 972bc8929975..7a9824910a1e 100644 --- a/lib/matplotlib/backends/backend_nbagg.py +++ b/lib/matplotlib/backends/backend_nbagg.py @@ -259,7 +259,7 @@ def nbinstall(overwrite=False, user=True): ---------- overwrite : bool - If True, always install the files, regardless of what mayƓ already be + If True, always install the files, regardless of what may already be installed. Defaults to False. user : bool Whether to install to the user's .ipython/nbextensions directory.