Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli.py documentation/docstring fixes #840

Merged
merged 5 commits into from Jan 28, 2019
Merged

Cli.py documentation/docstring fixes #840

merged 5 commits into from Jan 28, 2019

Conversation

grahamhealy20
Copy link
Contributor

@grahamhealy20 grahamhealy20 commented Jan 24, 2019

Rewording the english on line 88 in cli.py regarding execution mode. Also added some whitespace which was missing, causing words to be concatenated together.

Thanks,
Graham

grahamhealy20 and others added 5 commits January 24, 2019 14:17
Small wording changes for docstring.
Adding whitespace character to docstrings. Without these, the --help text would not have the correct spacing for some options.
Moving line below to fix linter warning:

./lint.sh
mlflow/cli.py:88:101: E501 line too long (106 > 100 characters)
@mparkhe mparkhe merged commit 26c4d14 into mlflow:master Jan 28, 2019
@mparkhe
Copy link
Contributor

mparkhe commented Jan 28, 2019

Hi @grahamhealy20 : Thank you for adding this PR. This has been merged into master.

dbczumar pushed a commit that referenced this pull request Jan 28, 2019
* Updating docstring in cli.py

Small wording changes for docstring.

* Adding whitespace to cli.py docstrings

Adding whitespace character to docstrings. Without these, the --help text would not have the correct spacing for some options.

* Moving line of text below to satisfy lint warning

Moving line below to fix linter warning:

./lint.sh
mlflow/cli.py:88:101: E501 line too long (106 > 100 characters)

* Removing trailing whitespace.
dbczumar pushed a commit that referenced this pull request Jan 28, 2019
* Updating docstring in cli.py

Small wording changes for docstring.

* Adding whitespace to cli.py docstrings

Adding whitespace character to docstrings. Without these, the --help text would not have the correct spacing for some options.

* Moving line of text below to satisfy lint warning

Moving line below to fix linter warning:

./lint.sh
mlflow/cli.py:88:101: E501 line too long (106 > 100 characters)

* Removing trailing whitespace.
marcusrehm pushed a commit to marcusrehm/mlflow that referenced this pull request Feb 18, 2019
* Updating docstring in cli.py

Small wording changes for docstring.

* Adding whitespace to cli.py docstrings

Adding whitespace character to docstrings. Without these, the --help text would not have the correct spacing for some options.

* Moving line of text below to satisfy lint warning

Moving line below to fix linter warning:

./lint.sh
mlflow/cli.py:88:101: E501 line too long (106 > 100 characters)

* Removing trailing whitespace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants