Skip to content

Commit cd31960

Browse files
author
neil.hamilton
committed
Correct typo in ps6000.py
1 parent 928ab5a commit cd31960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps6000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(self):
108108
"PS6000_PW_TYPE_GREATER_THAN",
109109
"PS6000_PW_TYPE_IN_RANGE",
110110
"PS6000_PW_TYPE_OUT_OF_RANGE"
111-
)]
111+
])
112112

113113
class PS6000_TRIGGER_CONDITIONS (Structure):
114114
_pack_ = 1

0 commit comments

Comments
 (0)