Skip to content

Commit

Permalink
DOC #247
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Mar 19, 2024
1 parent 69d48c5 commit beec656
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/example/_busy_fly_scan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@
"\n",
" def trigger(self):\n",
" \"\"\"\n",
" Start this busy record. Return DeviceStatus to monitor completion.\n",
" Start this busy record and return status to monitor completion.\n",
"\n",
" (Actual value of '_ignored' argument will not be used.)\n",
" This method is called from 'bps.trigger(busy, wait=True)'.\n",
" \"\"\"\n",
" status = DeviceStatus(self, timeout=self.timeout.get())\n",
Expand Down

0 comments on commit beec656

Please sign in to comment.