Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cadeduckworth committed Apr 15, 2023
1 parent 71da645 commit 2c21a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdpow/workflows/dihedrals.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ def get_bond_indices(mol, atom_indices):

def get_dihedral_groups(solute, atom_indices):
'''Uses the 0-based `atom_indices` of the relevant dihedral atom groups
determined by :func:`~mdpow.workflows.dihedral.get_atom_indices`
determined by :func:`~mdpow.workflows.dihedrals.get_atom_indices`
and returns the 1-based index names for each atom in each group.
Requires the `atom_indices` from :func:`~mdpow.workflows.dihedral.get_atom_indices`
Requires the `atom_indices` from :func:`~mdpow.workflows.dihedrals.get_atom_indices`
to index the `solute` specified by :func:`~MDAnalysis.core.groups.select_atoms`
and return an array of the names of each atom within its respective
dihedral atom group as identified by the SMARTS selection string.
Expand Down

0 comments on commit 2c21a7c

Please sign in to comment.