srowen commented on a change in pull request #30181:
URL: https://github.com/apache/spark/pull/30181#discussion_r515968632
##########
File path: python/pyspark/sql/column.py
##########
@@ -244,9 +251,14 @@ def __contains__(self, item):
_bitwiseOR_doc = """
Compute bitwise OR of this expression with another expression.
- :param other: a value or :class:`Column` to calculate bitwise or(|) against
- this :class:`Column`.
+ Parameters
+ ----------
+ other
+ a value or :class:`Column` to calculate bitwise or(|) against
Review comment:
Nit: space before parens, and "with" may be better than "against". In
these three bitwise ops
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]