Skip to content

Commit

Permalink
Fixed an incorrect docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcw committed Apr 22, 2016
1 parent 84053dc commit 77a64af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycirculate/anova.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def set_timer(self, minutes):

def start_timer(self):
"""
Starts the timer. Return value is the echoed command. Note that starting the device also automatically starts the timer.
Starts the timer. Return value is the echoed command. Note that device must already be started to start the timer.
"""
return self.send_command_async("start time")

Expand Down

0 comments on commit 77a64af

Please sign in to comment.