update expected result with new method

This commit is contained in:
Jeff Epler 2020-09-07 07:11:23 -05:00
parent 73858ea682
commit 7d58cdb12c

View File

@ -12,7 +12,7 @@ Use \.\+
'abc' 'abc'
>>> x = 5 >>> x = 5
>>> x. >>> x.
from_bytes to_bytes bit_length from_bytes to_bytes
>>> x. >>> x.
>>> x.__class__ >>> x.__class__
<class 'int'> <class 'int'>