[refactoring] spelling
This commit is contained in:
@@ -29,7 +29,7 @@ class CircBuffer:
|
||||
def channel_count(self):
|
||||
return self.__channels
|
||||
|
||||
def totocount(self, channel: int = 0):
|
||||
def totalcount(self, channel: int = 0):
|
||||
return self.__totalcount[channel]
|
||||
|
||||
def is_full(self, channel: int = 0):
|
||||
|
||||
Reference in New Issue
Block a user