Skip to content

Commit

Permalink
TYPO should be lower case to be consistent with others in this module
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Sep 20, 2024
1 parent 6807862 commit e8114eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/quadem.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class QuadEM(SingleTrigger, DetectorBase):
position_offset_calc_y = Cpt(EpicsSignal, "ComputePosOffsetY")

position_scale_x = Cpt(EpicsSignal, "PositionScaleX")
position_scale_Y = Cpt(EpicsSignal, "PositionScaleY")
position_scale_y = Cpt(EpicsSignal, "PositionScaleY")

image = Cpt(ImagePlugin, "image1:")
current1 = Cpt(StatsPlugin, "Current1:")
Expand Down

0 comments on commit e8114eb

Please sign in to comment.