Skip to content

Commit e7da740

Browse files
authored
Update atomicdistances.py
changed docs
1 parent fa52881 commit e7da740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/MDAnalysis/analysis/atomicdistances.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ class AtomicDistances(AnalysisBase):
148148
.. versionadded:: 2.5.0
149149
150150
.. versionchanged:: 2.9.0
151-
Implementation of `Results` into the class
152-
for application in parallelization.
151+
Enables parallelization through
152+
the use of `self.results.distances`.
153153
"""
154154

155155
def __init__(self, ag1, ag2, pbc=True, **kwargs):

0 commit comments

Comments
 (0)