From b7d28344f56967905a5f4d4017a4d7a4325b6edb Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Mon, 19 Nov 2012 14:39:15 -0500 Subject: [PATCH] fix a table in doc (works for unknown reason) --- kwant/system.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kwant/system.py b/kwant/system.py index 9f64c36f..eca41875 100644 --- a/kwant/system.py +++ b/kwant/system.py @@ -58,8 +58,7 @@ class FiniteSystem(System): Instance Variables ------------------ leads : sequence of lead objects - Each lead object has to provide at least a method - ``self_energy(energy)``. + Each lead object has to provide a method ``self_energy(energy)``. lead_interfaces : sequence of sequences of integers Each sub-sequence contains the indices of the system sites to which the lead is connected. -- GitLab