Skip to content

Commit 24e68ac

Browse files
committed
M strutil/README.md
1 parent aa8fd4a commit 24e68ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strutil/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Hex(('12', 1), 'crc32') # 12010101
346346

347347
c = Hex(0x0102, 'crc32')
348348
d = c + 1
349-
print type(d), d # <class 'pykit.strutil.hex.Hex'> 00000006
349+
print type(d), d # <class 'pykit.strutil.hex.Hex'> 00000103
350350
print repr(c*2) # '00000204'
351351
print c - 1000000 # 00000000 # overflow protection
352352
print c * 1000000 # ffffffff # overflow protection

0 commit comments

Comments
 (0)