Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbarrier committed Aug 18, 2023
1 parent c317b86 commit 37d706c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qcodes_contrib_drivers/drivers/DaylightSolutions/MIRcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DRSDaylightSolutions_MIRcat(Instrument):
Args:
name (str): name for the instrument
dll_path (Optional[str], optional): path to the MIRcatSDK drivel dll
dll_path (Optional[str], optional): path to the MIRcatSDK driver dll
library file. Defaults to None.
"""
dll_path = 'C:\\MIRcat_laser\\libs\\x64\\MIRcatSDK.dll'
Expand Down Expand Up @@ -90,7 +90,7 @@ class DRSDaylightSolutions_MIRcat(Instrument):
def __init__(self,
name: str,
dll_path: Optional[str] = None,
**kwargs):
**kwargs: Any) -> None:
super().__init__(name, **kwargs)

if sys.platform != 'win32':
Expand Down

0 comments on commit 37d706c

Please sign in to comment.