We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26111e8 commit 299bb79Copy full SHA for 299bb79
src/pa_ringbuffer.py
@@ -79,7 +79,7 @@ class from the standard library can be used.
79
:param buffer: optional pre-allocated buffer to use with RingBuffer.
80
Note that if you pass a read-only buffer object, you still get a
81
writable RingBuffer; it is your responsibility not to write
82
- there if the original buffer doesn’t expect you to.
+ there if the original buffer doesn't expect you to.
83
:type buffer: buffer
84
85
"""
0 commit comments