From 837b6efb190ffd8ba00988dd088faa6e1360cb50 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Sat, 29 Jun 2013 19:41:32 +0200
Subject: [PATCH] minor docstring fix

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

diff --git a/kwant/builder.py b/kwant/builder.py
index beabe120..14fbd3cb 100644
--- a/kwant/builder.py
+++ b/kwant/builder.py
@@ -412,7 +412,7 @@ class BuilderLead(Lead):
     builder : `Builder`
         The tight-binding system of a lead. It has to possess appropriate
         symmetry, and it may not contain hoppings between further than
-        neighboring lead unit cells.
+        neighboring images of the fundamental domain.
     interface : sequence of `Site` instances
         Sequence of sites in the scattering region to which the lead is
         attached.
-- 
GitLab