From 22991a10d1f72a692d0579b136c0c6e101accd2b Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Wed, 21 Oct 2015 17:55:43 +0200 Subject: [PATCH] fix typo in docstring --- kwant/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwant/lattice.py b/kwant/lattice.py index 13e93a78..5b55b988 100644 --- a/kwant/lattice.py +++ b/kwant/lattice.py @@ -394,7 +394,7 @@ class Monatomic(builder.SiteFamily, Polyatomic): Parameters ---------- - prim_vecss : 2d array-like of floats + prim_vecs : 2d array-like of floats Primitive vectors of the Bravais lattice. offset : vector of floats -- GitLab