Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22400#discussion_r216886472
  
    --- Diff: python/pyspark/ml/feature.py ---
    @@ -303,7 +303,7 @@ def _create_model(self, java_model):
     
     
     class BucketedRandomProjectionLSHModel(LSHModel, JavaMLReadable, 
JavaMLWritable):
    -    """
    +    r"""
    --- End diff --
    
    A few docstrings have backslash or backticks in them. This should make sure 
they don't have surprising effects some day.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to