summaryrefslogtreecommitdiff
path: root/msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack')
-rw-r--r--msgpack/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 898fe14..4540875 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -385,7 +385,7 @@ class Unpacker(object):
self._buffer.extend(view)
def _consume(self):
- """ Gets rid of the used parts of the buffer. """
+ """Gets rid of the used parts of the buffer."""
self._stream_offset += self._buff_i - self._buf_checkpoint
self._buf_checkpoint = self._buff_i