Skip to content

Commit dcec44b

Browse files
Remove artifacts
(good catch CodeRabbit)
1 parent 5d58d62 commit dcec44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/digestion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The other variant allows you to specify minimum and maximum length of peptides p
3535

3636
.. code-block:: cython
3737
38-
Size digest(protein : pyopenms.AASequence, output : list, min_length : int, max_length : int) -> int
38+
digest(protein : pyopenms.AASequence, output : list, min_length : int, max_length : int) -> int
3939
# protein - Sequence of the protein to be digested. (pyopenms.AASequence)
4040
# output - Empty list. This is where produced peptides will be stored. Warning: if the list is not empty, all its contents will be deleted! (list)
4141
# min_length - Minimum length of produced peptide. Shorter products will be discarded. (int)

0 commit comments

Comments
 (0)