Skip to content

Commit

Permalink
DOC #559
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 5, 2022
1 parent daef7d0 commit 776d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/devices/positioner_soft_done.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def inposition(self):

def stop(self, *, success=False):
"""
Hold the current readback when stop() is called and not inposition.
Hold the current readback when stop() is called and not :meth:`inposition`.
"""
if not self.inposition:
self.setpoint.put(self.position)
Expand Down

0 comments on commit 776d710

Please sign in to comment.