Commit e5cbcd43 authored by Tim Peters's avatar Tim Peters

Remove an obsolete comment.

parent c800a471
...@@ -20,8 +20,7 @@ ...@@ -20,8 +20,7 @@
# following. You can tell by searching for the next byte with the # following. You can tell by searching for the next byte with the
# high bit set (or the end of the string). # high bit set (or the end of the string).
# #
# The int to be encoded can contain no more than 24 bits. # The int to be encoded can contain no more than 28 bits.
# XXX this could certainly be increased
# #
# If it contains no more than 7 bits, 0abcdefg, the encoding is # If it contains no more than 7 bits, 0abcdefg, the encoding is
# 1abcdefg # 1abcdefg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment