Skip to content

Commit

Permalink
Merge pull request prody#1770 from jamesmkrieger/prody-master
Browse files Browse the repository at this point in the history
fix grammar in sliceModel docs
  • Loading branch information
jamesmkrieger authored Oct 12, 2023
2 parents 5412ff7 + d44cf12 commit 93535f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/dynamics/editing.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def sliceMode(mode, atoms, select):

def sliceModel(model, atoms, select, norm=False):
"""Returns a part of the *model* (modes calculated) for *atoms* matching *select*.
Note that normal modes are sliced instead the connectivity matrix. Sliced normal
Note that normal modes are sliced instead of the connectivity matrix. Sliced normal
modes (eigenvectors) are not normalized unless *norm* is **True**.
:arg mode: NMA model instance to be sliced
Expand Down

0 comments on commit 93535f0

Please sign in to comment.