fixing typo

This commit is contained in:
Erik Frojdh 2020-11-24 20:39:36 +01:00
parent e63fa1d7c2
commit 8bf9f974a3

View File

@ -5,7 +5,7 @@ from slsdet import Detector, patternParameters
d = Detector()
pat = patternParameters()
#Access to memers of the structure using numpy arrays
#Access to members of the structure using numpy arrays
pat.patlimits = 0x0, 0xa
d.setPattern(pat)