diff --git a/kwant/builder.py b/kwant/builder.py index ce79334417682a5185c5b1e57aff2c1b0c39ab69..0737f3a10a0ddfee86541e13b911e6267e51f884 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::