Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20618#discussion_r171829796
--- Diff: python/pyspark/sql/functions.py ---
@@ -173,16 +172,26 @@ def _():
_functions_2_1 = {
# unary math functions
- 'degrees': 'Converts an angle measured in radians to an approximately
equivalent angle ' +
- 'measured in degrees.',
- 'radians': 'Converts an angle measured in degrees to an approximately
equivalent angle ' +
- 'measured in radians.',
+ 'degrees': """Converts an angle measured in radians to an
approximately equivalent angle
+ measured in degrees.
--- End diff --
Let's add a newline here. Seems doc could be broken.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]