Skip to content

Commit 84ea2a8

Browse files
committed
Minimal comment correction
1 parent e15c25a commit 84ea2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def level(level):
152152
# on/off commands.
153153

154154
def clamp(clamp):
155-
"""Free gain setting from clamping, useful for playing low level files."""
155+
"""Free gain setting from clamping, useful for playing low level files."""
156156
options = {'off', 'on', 'toggle'}
157157
if clamp in options:
158158
if clamp == 'toggle':

0 commit comments

Comments
 (0)