Skip to content

Commit

Permalink
Fixed indentation for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeds committed Sep 30, 2024
1 parent 0e90e93 commit e022d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ophyd_async/tango/base_devices/_base_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def tango_polling(
Parameters
----------
polling : Optional[Union[Tuple[float, float, float], Dict[str, Tuple[float, float,
float]]]], optional
polling : Optional[Union[Tuple[float, float, float],
Dict[str, Tuple[float, float, float]]]], optional
Device-level polling configuration as a tuple of three floats representing the
polling interval, polling timeout, and polling delay. Alternatively,
a dictionary can be provided to specify signal-level polling configurations
Expand Down

0 comments on commit e022d11

Please sign in to comment.