From 2f7ba6a8ca29d3c7daba165a55596ecd488fab4d Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 5 Jul 2013 11:06:29 +0200
Subject: [PATCH] fix docstring typo

---
 kwant/plotter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kwant/plotter.py b/kwant/plotter.py
index 0da459ed..517ebd2b 100644
--- a/kwant/plotter.py
+++ b/kwant/plotter.py
@@ -37,7 +37,7 @@ try:
     except ImportError:
         warnings.warn("3D plotting not available.", RuntimeWarning)
 except ImportError:
-    warnings.warn("matplotlib is not available, only iterator-providing"
+    warnings.warn("matplotlib is not available, only iterator-providing "
                   "functions will work.", RuntimeWarning)
     _mpl_enabled = False
 
-- 
GitLab