Skip to content

Commit

Permalink
fix typo in class alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Sep 11, 2022
1 parent b22c612 commit af8902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/instrument_drivers/rohde_schwarz/SGS100A.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ def off(self) -> None:
self.status('off')


class RohdeSchwarz_SGS100A(RohdeSchwarz_SGS100A):
class RohdeSchwarz_SGS100A(RohdeSchwarzSGS100A):
pass

0 comments on commit af8902f

Please sign in to comment.