From d504d5d87c03783b5b564b8f9b10d59c08d8e893 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Mon, 1 Jul 2013 11:37:06 +0200 Subject: [PATCH] fix typo in docstring --- kwant/plotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwant/plotter.py b/kwant/plotter.py index 8467ecb6..0da459ed 100644 --- a/kwant/plotter.py +++ b/kwant/plotter.py @@ -1048,7 +1048,7 @@ def plot(sys, num_lead_cells=2, unit='nn', - 'S', `('P', nvert, angle)`: as the lower-case variants described above, but with an area equal to a circle of radius 1. (Makes the visual size of the symbol equal to the size of a circle with - - radius 1). + radius 1). - matplotlib.path.Path instance. Instead of a single symbol, different symbols can be specified -- GitLab