From 34fffb49cd381d871c262932b53468ec804e1540 Mon Sep 17 00:00:00 2001 From: BjornFJohansson Date: Tue, 14 Nov 2023 06:20:27 +0000 Subject: [PATCH] docstring --- src/pydna/dseq.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)