You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2023/06/17 04:47:04 UTC

[spark] branch master updated: [MINOR][DOCS] Remove double quote to fix link

This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 07ac4e91b30 [MINOR][DOCS] Remove double quote to fix link
07ac4e91b30 is described below

commit 07ac4e91b30e2d01c12faf97a2e37d0669df7f0f
Author: Daniel Sparing <da...@databricks.com>
AuthorDate: Sat Jun 17 12:46:46 2023 +0800

    [MINOR][DOCS] Remove double quote to fix link
    
    ### What changes were proposed in this pull request?
    
    typo leading to broken link in docs
    
    ### Why are the changes needed?
    
    fix broken link in docs
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes
    
    ### How was this patch tested?
    
    clicked on fixed link
    
    Closes #41595 from danielsparing/typo.
    
    Authored-by: Daniel Sparing <da...@databricks.com>
    Signed-off-by: Ruifeng Zheng <ru...@apache.org>
---
 python/pyspark/ml/fpm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyspark/ml/fpm.py b/python/pyspark/ml/fpm.py
index 5848b5baca3..00f77c5a54a 100644
--- a/python/pyspark/ml/fpm.py
+++ b/python/pyspark/ml/fpm.py
@@ -313,7 +313,7 @@ class PrefixSpan(JavaParams):
     A parallel PrefixSpan algorithm to mine frequent sequential patterns.
     The PrefixSpan algorithm is described in J. Pei, et al., PrefixSpan: Mining Sequential Patterns
     Efficiently by Prefix-Projected Pattern Growth
-    (see `here <https://doi.org/10.1109/ICDE.2001.914830">`_).
+    (see `here <https://doi.org/10.1109/ICDE.2001.914830>`_).
     This class is not yet an Estimator/Transformer, use :py:func:`findFrequentSequentialPatterns`
     method to run the PrefixSpan algorithm.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org