Better-Python-59-Ways icon indicating copy to clipboard operation
Better-Python-59-Ways copied to clipboard

Correct comment annotation on to_bytes function.

Open siwalan opened this issue 5 years ago • 0 comments

The original comment for to_bytes function refers that it will return an instance of str, it should return an instance of bytes instead.

siwalan avatar Jun 22 '20 01:06 siwalan