From a517b3aedad762f51158e777519ec9e1193c1c3e Mon Sep 17 00:00:00 2001 From: Hao Lu <76153746+mili1247@users.noreply.github.com> Date: Fri, 18 Dec 2020 15:50:40 +0100 Subject: [PATCH] Update particle_data.pyx --- src/python/espressomd/particle_data.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/python/espressomd/particle_data.pyx b/src/python/espressomd/particle_data.pyx index 870b9665818..8c31234faf6 100644 --- a/src/python/espressomd/particle_data.pyx +++ b/src/python/espressomd/particle_data.pyx @@ -63,9 +63,9 @@ cdef class ParticleHandle: It includes the content of ``particle_attributes``, minus a few exceptions: - :attr:`~ParticleHandle.dip`, :attr:`~ParticleHandle.director`: - Setting only the director will overwrite the orientation of the - particle around the axis parallel to dipole moment/director. - Quaternions contain the full info. + Setting only the director will overwrite the orientation of the + particle around the axis parallel to dipole moment/director. + Quaternions contain the full info. - :attr:`~ParticleHandle.image_box`, :attr:`~ParticleHandle.node` """