nchammas opened a new pull request, #57523: URL: https://github.com/apache/spark/pull/57523
### What changes were proposed in this pull request? Move the PySpark error doc header into a global variable and reformat very long lines. Tweak the wording of the heading about PySpark errors and exceptions. ### Why are the changes needed? The lengthy error doc header immediately follows a lengthy method docstring, leading to a visually confusing mix of indentation levels and multiline strings. Splitting it up just makes things visually easier to follow. The wording change of the heading is so it reads more naturally. ### Does this PR introduce _any_ user-facing change? Documentation only. ### How was this patch tested? I built and reviewed the PySpark error docs locally. ```sh cd python/docs make html open build/html/development/errors.html ``` ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
