Skip to content

Commit

Permalink
Removed misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 30, 2011
1 parent 184da41 commit 9f8af97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libsb.py
Expand Up @@ -272,10 +272,7 @@ def primitive(self):


class Blob(BytesPrimitiveWrapper):
"""Represents a blob. So far I have not found a file where the blob is
extra large but just in case the repr compresses it. This mainly exists
so that the structure can be reversed without loss of data.
"""
"""Represents a blob."""
__slots__ = ()


Expand Down

0 comments on commit 9f8af97

Please sign in to comment.