Skip to content

Commit 93431b4

Browse files
committed
Update scadnano.py
1 parent 96b5e0d commit 93431b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scadnano/scadnano.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ class ModificationInternal(Modification):
11271127
If instead it is a list of bases, then this is an internal modification that attaches to a base,
11281128
and this lists the allowed bases for this internal modification to be placed at.
11291129
For example, internal biotins for IDT must be at a T. If any base is allowed, it should be
1130-
``['A','C','G','T']``."""
1130+
``{'A','C','G','T'}``."""
11311131

11321132
def __post_init__(self) -> None:
11331133
super().__post_init__()

0 commit comments

Comments
 (0)