Skip to content

Commit 299bb79

Browse files
committed
remove non-ascii character '\xe2'
1 parent 26111e8 commit 299bb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pa_ringbuffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class from the standard library can be used.
7979
:param buffer: optional pre-allocated buffer to use with RingBuffer.
8080
Note that if you pass a read-only buffer object, you still get a
8181
writable RingBuffer; it is your responsibility not to write
82-
there if the original buffer doesnt expect you to.
82+
there if the original buffer doesn't expect you to.
8383
:type buffer: buffer
8484
8585
"""

0 commit comments

Comments
 (0)