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

xinrong 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 e50737be366a [SPARK-47864][FOLLOWUP][PYTHON][DOCS] Fix minor typo: 
"MLLib" -> "MLlib"
e50737be366a is described below

commit e50737be366ac0e8d5466b714f7d41991d0b05a8
Author: Haejoon Lee <haejoon....@databricks.com>
AuthorDate: Tue Apr 23 10:10:20 2024 -0700

    [SPARK-47864][FOLLOWUP][PYTHON][DOCS] Fix minor typo: "MLLib" -> "MLlib"
    
    ### What changes were proposed in this pull request?
    
    This PR followups for https://github.com/apache/spark/pull/46096 to fix 
minor typo.
    
    ### Why are the changes needed?
    
    To use official naming from documentation for `MLlib` instead of `MLLib`. 
See https://spark.apache.org/mllib/.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No API change, but the user-facing documentation will be updated.
    
    ### How was this patch tested?
    
    Manually built the doc from local test envs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46174 from itholic/minor_typo_installation.
    
    Authored-by: Haejoon Lee <haejoon....@databricks.com>
    Signed-off-by: Xinrong Meng <xinr...@apache.org>
---
 python/docs/source/getting_started/install.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/docs/source/getting_started/install.rst 
b/python/docs/source/getting_started/install.rst
index 33a0560764df..ee894981387a 100644
--- a/python/docs/source/getting_started/install.rst
+++ b/python/docs/source/getting_started/install.rst
@@ -244,7 +244,7 @@ Additional libraries that enhance functionality but are not 
included in the inst
 - **matplotlib**: Provide plotting for visualization. The default is 
**plotly**.
 
 
-MLLib DataFrame-based API
+MLlib DataFrame-based API
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Installable with ``pip install "pyspark[ml]"``.
@@ -252,7 +252,7 @@ Installable with ``pip install "pyspark[ml]"``.
 ======= ================= ======================================
 Package Supported version Note
 ======= ================= ======================================
-`numpy` >=1.21            Required for MLLib DataFrame-based API
+`numpy` >=1.21            Required for MLlib DataFrame-based API
 ======= ================= ======================================
 
 Additional libraries that enhance functionality but are not included in the 
installation packages:
@@ -272,5 +272,5 @@ Installable with ``pip install "pyspark[mllib]"``.
 ======= ================= ==================
 Package Supported version Note
 ======= ================= ==================
-`numpy` >=1.21            Required for MLLib
+`numpy` >=1.21            Required for MLlib
 ======= ================= ==================


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

Reply via email to