From 08d892d0d9ae9a1cf982675116bc9694462ec7a6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 15 Oct 2020 19:56:31 -0400 Subject: [PATCH] whitespace --- python/lammps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lammps.py b/python/lammps.py index 386fb21581..4be2f48b0d 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -2152,7 +2152,7 @@ class Variable(object): class AtomList(object): """ - A dynamic list of atoms that returns either an :py:class:`Atom` or + A dynamic list of atoms that returns either an :py:class:`Atom` or :py:class:`Atom2D` instance for each atom. Instances are only allocated when accessed.