Skip to content

Commit 2fc846a

Browse files
committed
Minor: improve documentation
Apparently caused some confusion: petertodd#163
1 parent 191663c commit 2fc846a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitcoin/core/serialize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2014 The python-bitcoinlib developers
1+
# Copyright (C) 2012-2018 The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#
@@ -293,7 +293,7 @@ def stream_deserialize(cls, f):
293293

294294

295295
class VarStringSerializer(Serializer):
296-
"""Serialize variable length strings"""
296+
"""Serialize variable length byte strings"""
297297
@classmethod
298298
def stream_serialize(cls, s, f):
299299
l = len(s)

0 commit comments

Comments
 (0)