Skip to content

Commit

Permalink
fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed May 22, 2019
1 parent fb88ccf commit 13f5c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ear/core/renderer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ProcessingBlock(object):
end_sample = attrib()

# integer sample numbers of the first and last sample affected; sample
# number s is affected if first_sample <= s <= last_sample
# number s is affected if first_sample <= s < last_sample
first_sample = attrib(init=False, cmp=False)
last_sample = attrib(init=False, cmp=False)

Expand Down

0 comments on commit 13f5c5d

Please sign in to comment.