Skip to content

Commit

Permalink
fix exanm exgnm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 16, 2023
1 parent 951a126 commit 1e2cb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prody/dynamics/exanm.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def buildMembrane(self, coords, **kwargs):

def buildHessian(self, coords, cutoff=15., gamma=1., **kwargs):
"""Build Hessian matrix for given coordinate set.
**kwargs** are passed to :method:`.buildMembrane`.
**kwargs** are passed to :meth:`.buildMembrane`.
:arg coords: a coordinate set or an object with ``getCoords`` method
:type coords: :class:`numpy.ndarray`
Expand Down
2 changes: 1 addition & 1 deletion prody/dynamics/exgnm.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def buildMembrane(self, coords, **kwargs):

def buildKirchhoff(self, coords, cutoff=15., gamma=1., **kwargs):
"""Build Kirchhoff matrix for given coordinate set.
**kwargs** are passed to :method:`.buildMembrane`.
**kwargs** are passed to :meth:`.buildMembrane`.
:arg coords: a coordinate set or an object with ``getCoords`` method
:type coords: :class:`numpy.ndarray`
Expand Down

0 comments on commit 1e2cb8a

Please sign in to comment.