whitespace

This commit is contained in:
Axel Kohlmeyer 2020-10-15 19:56:31 -04:00
parent 5d3f10611a
commit 08d892d0d9
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

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.