Skip to content

Commit

Permalink
fix grammar in sliceModel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 12, 2023
1 parent 0cfa3a8 commit d44cf12
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 d44cf12

Please sign in to comment.