derhagen opened a new pull request, #38389: URL: https://github.com/apache/spark/pull/38389
### What changes were proposed in this pull request? The documentation under https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/data_types.html chops off the stubs on periods with a subsequent space. This leads to weird stubs when "i.e." is used. This PR escapes the subsequent spaces.  ### Why are the changes needed? see above. ### Does this PR introduce _any_ user-facing change? This changes the documentation under https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/data_types.html ### How was this patch tested? manual build -- 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]
