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 18, 2020
1 parent 0667935 commit 424f478
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 @@ -2725,7 +2725,7 @@ def set_color(self, color: Color) -> None:

def set_circular(self, circular: bool = True) -> None:
"""
Sets this to be a circular :any:`Strand` (or non-circular if optional parameter is False.
Sets this to be a circular :any:`Strand` (or non-circular if optional parameter is False).
:param circular:
whether to make this :any:`Strand` circular (True) or linear (False)
Expand Down

0 comments on commit 424f478

Please sign in to comment.