Skip to content

Commit 3c1ff9e

Browse files
committed
fix pydoclint issue
1 parent 433aebb commit 3c1ff9e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

moleculekit/tools/nonstandard_residues.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,10 @@ def geometric_interresidue_links(mol, atoms_a, atoms_b, frame=None, amide_dist=N
284284
----------
285285
mol : :class:`Molecule <moleculekit.molecule.Molecule>`
286286
The molecule. Not modified.
287-
atoms_a, atoms_b : np.ndarray
288-
Atom-index arrays of the two residues to test.
287+
atoms_a : np.ndarray
288+
Atom-index array of the first residue to test.
289+
atoms_b : np.ndarray
290+
Atom-index array of the second residue to test.
289291
frame : int
290292
Coordinate frame to use; defaults to ``mol.frame``.
291293
amide_dist : float

0 commit comments

Comments
 (0)