From 6070d0b8a88e14e10869eabca1984f2084b85719 Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Fri, 19 Oct 2018 13:16:07 +0200
Subject: [PATCH] reference 'kwant.plotter.streamplot' using fully qualified
 name

Because matplotlib provides a function called 'streamplot' it makes
sense to refer to the fully qualified function name to avoid confusion.
---
 kwant/plotter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kwant/plotter.py b/kwant/plotter.py
index b40054cf..82043727 100644
--- a/kwant/plotter.py
+++ b/kwant/plotter.py
@@ -2135,7 +2135,7 @@ def current(syst, current, relwidth=0.05, **kwargs):
         Relative width of the bumps used to generate the field, as a fraction
         of the length of the longest side of the bounding box.
     **kwargs : various
-        Keyword args to be passed verbatim to `~kwant.plotter.streamplot`.
+        Keyword args to be passed verbatim to `kwant.plotter.streamplot`.
 
     Returns
     -------
-- 
GitLab