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 0918742 commit 9b84e49Copy full SHA for 9b84e49
msgpack/fallback.py
@@ -385,7 +385,7 @@ def feed(self, next_bytes):
385
self._buffer.extend(view)
386
387
def _consume(self):
388
- """ Gets rid of the used parts of the buffer. """
+ """Gets rid of the used parts of the buffer."""
389
self._stream_offset += self._buff_i - self._buf_checkpoint
390
self._buf_checkpoint = self._buff_i
391
0 commit comments