Skip to content

Commit

Permalink
Fix invalid exception type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
markheik committed Feb 6, 2023
1 parent 6a0327a commit 100c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zhinst/toolkit/driver/devices/pqsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def check_ref_clock(self, *, timeout: int = 30, sleep_time: int = 1) -> bool:
requesting the reference clock status (default: 1)
Raises:
ToolkitError: If the process of locking to the reference clock
TimeoutError: If the process of locking to the reference clock
exceeds the specified timeout.
"""
ref_clock_status = self.system.clocks.referenceclock.in_.status
Expand Down

0 comments on commit 100c0bd

Please sign in to comment.