Skip to content

Commit

Permalink
reverted previous edit of docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Nov 21, 2020
1 parent 1c36eeb commit b91ef99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -2089,8 +2089,7 @@ def loopout(self, helix: int, length: int, offset: Optional[int] = None, move: O
def move(self, delta: int) -> 'StrandBuilder[StrandLabel, DomainLabel]':
"""
Extends this :any:`StrandBuilder` on the current helix to offset given by the current offset
plus `delta`, which adds a new :any:`Domain` to the :any:`Strand` being built unless immediately
preceded by another call to :py:meth:`StrandBuilder.move` or :py:meth:`StrandBuilder.to`. This is a
plus `delta`, which adds a new :any:`Domain` to the :any:`Strand` being built. This is a
"relative move", whereas :py:meth:`StrandBuilder.to` and :py:meth:`StrandBuilder.update_to`
are "absolute moves".
Expand Down

0 comments on commit b91ef99

Please sign in to comment.