Better-Python-59-Ways
Better-Python-59-Ways copied to clipboard
Correct comment annotation on to_bytes function.
The original comment for to_bytes function refers that it will return an instance of str, it should return an instance of bytes instead.