From f54ac8133b0909816278fe91eaba3893602cb8cd Mon Sep 17 00:00:00 2001 From: Hao Lu <76153746+mili1247@users.noreply.github.com> Date: Fri, 18 Dec 2020 15:57:44 +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 8c31234faf6..a923681d6b0 100644 --- a/src/python/espressomd/particle_data.pyx +++ b/src/python/espressomd/particle_data.pyx @@ -1716,9 +1716,9 @@ class ParticleSlice(_ParticleSliceImpl): 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` """