From 62b652d16720d82f3cd454df7476b6260d905b8f Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Mon, 10 Dec 2018 18:21:45 +0100
Subject: [PATCH] clarify docstring

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

diff --git a/kwant/builder.py b/kwant/builder.py
index ce793344..0737f3a1 100644
--- a/kwant/builder.py
+++ b/kwant/builder.py
@@ -846,7 +846,8 @@ class Builder:
     sites live on a regular lattice, like the ones provided by `kwant.lattice`.
 
     Attaching a lead manually (without the use of `~Builder.attach_lead`)
-    amounts to creating a `Lead` object and appending it to this list.
+    amounts to creating a `Lead` object and appending it to the list of leads
+    accessbile as the `~Builder.leads` attribute.
 
     .. warning::
 
-- 
GitLab