Skip to content

Commit 6841e1d

Browse files
Update docstring for augment_reverse function (#478)
Resolves #335
1 parent 22e8d6d commit 6841e1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyaptamer/utils/_augment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def augment_reverse(*sequence_arrays: np.ndarray) -> tuple[np.ndarray, ...]:
8-
"""Augment arrays of sequences by adding their reverse complement.
8+
"""Augment arrays of sequences by adding the reversed sequences.
99
1010
Parameters
1111
----------
@@ -15,7 +15,7 @@ def augment_reverse(*sequence_arrays: np.ndarray) -> tuple[np.ndarray, ...]:
1515
Returns
1616
-------
1717
tuple[np.ndarray, ...]
18-
A tuple of arrays, each containing sequences with their reverse complements
18+
A tuple of arrays, each containing sequences with their reversed sequences.
1919
added.
2020
"""
2121
results = []

0 commit comments

Comments
 (0)