whitespace

This commit is contained in:
Axel Kohlmeyer
2020-10-15 19:56:31 -04:00
parent 5d3f10611a
commit 08d892d0d9

View File

@ -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.