GitHub user aditya1702 opened a pull request:

    https://github.com/apache/spark/pull/15940

    [SPARK-18447][BUILD][DOCS]Fix `Note:`/`NOTE:`/`Note that` across Pyth…

    ## What changes were proposed in this pull request?
    
    It seems that just like in Scala/Java there is inconsistency in the Python 
API too at some places,
    
    Note:
    NOTE:
    Note that
    '''Note:'''
    @note
    This PR proposes to fix those to @note to be consistent.
    
    ## How was this patch tested?
    
    This was tested by searching in the editor for versions of "NOTE" in the 
python APIs and then fixing them to become consistence.
    
    This PR is a sub-extension of #15889 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aditya1702/spark aditya1702-python-api

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/15940.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15940
    
----
commit 688a6cca8695fd3d74547b72ea02d1dc7a0df87d
Author: aditya1702 <[email protected]>
Date:   2016-11-19T21:26:34Z

    [SPARK-18447][BUILD][DOCS]Fix `Note:`/`NOTE:`/`Note that` across Python API 
documentation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to