Skip to content

Commit

Permalink
Update scadnano.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Dec 23, 2020
1 parent dd63418 commit 7574058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -4920,7 +4920,7 @@ def assign_dna(self, strand: Strand, sequence: str, assign_complement: bool = Tr
:any:`Domain` on `strand` to assign. If ``None``, then the whole :any:`Strand` is
given a DNA sequence. Otherwise, only `domain` is assigned, and the rest of the :any:`Domain`'s
on `strand` are left alone (either keeping their DNA sequence, or being assigned
:py:const:`DNA_case_wildcard` if no DNA sequence was previously assigned.)
:py:const:`DNA_base_wildcard` if no DNA sequence was previously assigned.)
If `domain` is specified, then ``len(sequence)`` must be least than or equal to the number
of bases on `domain`. (i.e., ``domain.dna_length()``)
:param check_length:
Expand Down

0 comments on commit 7574058

Please sign in to comment.