Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Nov 14, 2023
1 parent 5b53387 commit 34fffb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pydna/dseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,8 +1244,7 @@ def twice_cutters(self, batch: _RestrictionBatch = None):
return self.n_cutters(n=2, batch=batch)

def n_cutters(self, n=3, batch: _RestrictionBatch = None):
"""Returns the enzymes in a RestrictionBatch that cut the sequence
n times."""
"""Enzymes in a RestrictionBatch cutting n times."""
if not batch:
batch = CommOnly
ana = batch.search(self)
Expand Down

0 comments on commit 34fffb4

Please sign in to comment.