Skip to content

Commit

Permalink
fixed erroneous reference to method to() to be move()
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Nov 21, 2020
1 parent b91ef99 commit a94102c
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 @@ -2099,7 +2099,7 @@ def move(self, delta: int) -> 'StrandBuilder[StrandLabel, DomainLabel]':
If two instances of :py:meth:`StrandBuilder.move` are chained together, this creates two domains
on the same helix. The two offsets must move in the same direction. In other words, if we call
``.move(o1).to(o2)``, then ``o1`` and ``o2`` must be either both negative or both positive.
``.move(o1).move(o2)``, then ``o1`` and ``o2`` must be either both negative or both positive.
:param delta:
Distance to new offset to extend to, compared to current offset.
Expand Down

0 comments on commit a94102c

Please sign in to comment.