gaogaotiantian commented on PR #56087: URL: https://github.com/apache/spark/pull/56087#issuecomment-4596782891
This is not really the issue. `:` and `":"` should be equivalent. The original ticket was about the missing `*` in the line, which is indeed missing from https://spark.apache.org/docs/3.5.7/api/python/getting_started/install.html . But it's a rST related issue. The source code has `*` but it was rendered as italic. It might not be super critical, but if you are interested in why that was rendered that way instead of being used directly as code, feel free to dig out (and probably create another PR for it, targeting 3.5 obviously because it was fixed later - https://spark.apache.org/docs/latest/api/python/getting_started/install.html). -- 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]
