srowen commented on a change in pull request #24205: [MINOR][DOC] Add missing space after comma URL: https://github.com/apache/spark/pull/24205#discussion_r268708521
########## File path: docs/mllib-statistics.md ########## @@ -239,7 +239,7 @@ Refer to the [`Statistics` Python docs](api/python/pyspark.mllib.html#pyspark.ml ### Streaming Significance Testing `spark.mllib` provides online implementations of some tests to support use cases like A/B testing. These tests may be performed on a Spark Streaming -`DStream[(Boolean,Double)]` where the first element of each tuple +`DStream[(Boolean, Double)]` where the first element of each tuple Review comment: OK if we're bothering, search for `\[\(\w+,\w+\)\]`; there are some more like this ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
