diff --git a/src/pydna/dseq.py b/src/pydna/dseq.py index 88df4491..e3c12048 100644 --- a/src/pydna/dseq.py +++ b/src/pydna/dseq.py @@ -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)