derhagen commented on code in PR #38389:
URL: https://github.com/apache/spark/pull/38389#discussion_r1004921558


##########
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:
   While that's a pragmatic solution, it feels kind off odd. backslash+space is 
used in a couple of edge-cases in sphinx. Is it expected that the linter checks 
docstrings?



-- 
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]

Reply via email to