Skip to content

Commit

Permalink
Update docs/source/dev/hwobj_signals.md
Browse files Browse the repository at this point in the history
Co-authored-by: fabcor <[email protected]>
  • Loading branch information
meguiraun and fabcor-maxiv authored Mar 18, 2024
1 parent 05df146 commit 793fdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev/hwobj_signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ From the _BaseHardwareObject_ class (removing extra lines for brevity):
dispatcher.send(signal, self, *args)
```

So, in a custom hardware object, since inhnerits from _BaseHardwareObject_, one only needs to call:
So, in a custom hardware object, since it inherits from {py:class}`HardwareObject`, one only needs to call:
```
self.emit('my_signal', new_value)
```
Expand Down

0 comments on commit 793fdc0

Please sign in to comment.