From d44cf12c33461be4b99a90785d07df9b0586bd3a Mon Sep 17 00:00:00 2001 From: James Krieger Date: Thu, 12 Oct 2023 12:38:24 +0200 Subject: [PATCH] fix grammar in sliceModel docs --- prody/dynamics/editing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prody/dynamics/editing.py b/prody/dynamics/editing.py index bccd5db58..0899a5124 100644 --- a/prody/dynamics/editing.py +++ b/prody/dynamics/editing.py @@ -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