eric-wieser / numpy_ringbuffer

Ring-buffer implementation that thinly wraps a numpy array
https://pypi.python.org/pypi/numpy_ringbuffer/
MIT License
89 stars 16 forks source link

Typo #7

Closed Alexander-Shukaev closed 5 years ago

Alexander-Shukaev commented 5 years ago

https://github.com/eric-wieser/numpy_ringbuffer/blob/341c8db2f24327dedb4fed2828d2d56c960b3cd3/numpy_ringbuffer/__init__.py#L19

eric-wieser commented 5 years ago

Fixed