From 8bf9f974a3625d9adf0a628f82efd1a34063b828 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Tue, 24 Nov 2020 20:39:36 +0100 Subject: [PATCH] fixing typo --- python/examples/manipulate_pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/manipulate_pattern.py b/python/examples/manipulate_pattern.py index 83c0314f8..0e11979c3 100644 --- a/python/examples/manipulate_pattern.py +++ b/python/examples/manipulate_pattern.py @@ -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)