From 512e8426a81b2b65d330a9decce3278fbe3d9e96 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 16 Oct 2015 11:27:39 +0200
Subject: [PATCH] fill docstring

---
 kwant/lattice.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/kwant/lattice.py b/kwant/lattice.py
index c741d861..13ff116c 100644
--- a/kwant/lattice.py
+++ b/kwant/lattice.py
@@ -385,12 +385,12 @@ class Monatomic(builder.SiteFamily, Polyatomic):
     """
     A Bravais lattice with a single site in the basis.
 
-    Instances of this class provide the `~kwant.builder.SiteFamily` interface.  Site
-    tags (see `~kwant.builder.SiteFamily`) are sequences of integers and describe
-    the lattice coordinates of a site.
+    Instances of this class provide the `~kwant.builder.SiteFamily` interface.
+    Site tags (see `~kwant.builder.SiteFamily`) are sequences of integers and
+    describe the lattice coordinates of a site.
 
-    ``Monatomic`` instances are used as site families on their own or as sublattices
-    of `Polyatomic` lattices.
+    ``Monatomic`` instances are used as site families on their own or as
+    sublattices of `Polyatomic` lattices.
 
     Parameters
     ----------
-- 
GitLab