GitHub user dongjoon-hyun opened a pull request:

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

    [MINOR][DOC] Remove spaces following slashs

    ## What changes were proposed in this pull request?
    
    This PR merges multiple lines enumerating items in order to remove the 
redundant spaces following slashes in [Structured Streaming Programming Guide 
in 
2.0.2-rc1](http://people.apache.org/~pwendell/spark-releases/spark-2.0.2-rc1-docs/structured-streaming-programming-guide.html
    ).
    
    * Before: `Scala/ Java/ Python`
    * After: `Scala/Java/Python`
    
    
    ## How was this patch tested?
    
    Manual by the followings because this is documentation update.
    ```
    cd docs
    SKIP_API=1 jekyll build
    ```

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

    $ git pull https://github.com/dongjoon-hyun/spark minor_doc_space

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

    https://github.com/apache/spark/pull/15686.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 #15686
    
----
commit b385a4c4e1d20550285d2269c14c738322555f50
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2016-10-30T10:36:30Z

    [MINOR][DOC] Remove spaces following slashs

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to