derhagen commented on code in PR #38389: URL: https://github.com/apache/spark/pull/38389#discussion_r1008071665
########## python/pyspark/sql/types.py: ########## @@ -350,21 +350,21 @@ class FloatType(FractionalType, metaclass=DataTypeSingleton): class ByteType(IntegralType): - """Byte data type, i.e. a signed integer in a single byte.""" + """Byte data type, i.e.\ a signed integer in a single byte.""" Review Comment: starting the docstrings with an 'r' string prefix might be the right thing to do here, but I'm travelling right now. I'll test it next week, if I find the time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
