From da1a3cbcea09fd35dce3be4911c230c13cbec2ec Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 10 Oct 2023 13:34:01 +0200 Subject: [PATCH] wordchange in lattice Signed-off-by: Nick Papior --- src/sisl/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sisl/lattice.py b/src/sisl/lattice.py index e4ba0b3bb7..f5d4fca560 100644 --- a/src/sisl/lattice.py +++ b/src/sisl/lattice.py @@ -45,7 +45,7 @@ class Lattice: the lattice parameters of the unit cell (the actual cell is returned from `tocell`. nsc : array_like of int - number of supercells along each latticevector + number of supercells along each lattice vector origin : (3,) of float, optional the origin of the supercell. """