GitHub user byung-u opened a pull request:

    https://github.com/apache/zeppelin/pull/2547

    Fix trivial typo

    ### What is this PR for?
    Fixes a trivial typo in travis_check.py.
    
    The semicolon does nothing in travis_check.py.
    Python use semicolon when several statements on the same line, here is 
[python doc.](https://docs.python.org/3/reference/compound_stmts.html)
    
    
    ### Questions:
    * Does the licenses files need update? NO
    * Is there breaking changes for older versions? NO
    * Does this needs documentation? NO


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

    $ git pull https://github.com/byung-u/zeppelin feature/fix-trivial-typo

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

    https://github.com/apache/zeppelin/pull/2547.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 #2547
    
----
commit fef77e51a85d4ff5dabcdc568fad43eb34fcb427
Author: byung-u <iam.byung...@gmail.com>
Date:   2017-08-22T02:21:37Z

    feature: remove semicolon end of statement

----


---
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.
---

Reply via email to