Skip to content

Commit

Permalink
Wrap up loose ends from PR review (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdtoorn authored Mar 17, 2020
1 parent 4cfdec6 commit 1bfb9a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/MDAnalysis/analysis/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
.. attribute:: density
After the analysis (see the :meth:`~DensityAnalysis.run` method), the resulting density is
stored in the :attr:`density` attribut as a :class:`Density` instance.
stored in the :attr:`density` attribute as a :class:`Density` instance.
Density object
Expand Down Expand Up @@ -386,8 +386,6 @@ def __init__(self, atomgroup, delta=1.0,
metadata=None, padding=2.0,
gridcenter=None,
xdim=None, ydim=None, zdim=None):
"""
"""
u = atomgroup.universe
super(DensityAnalysis, self).__init__(u.trajectory)
self._atomgroup = atomgroup
Expand Down

0 comments on commit 1bfb9a8

Please sign in to comment.