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

Fixed #91 (README.rst and common.py out of sync) #92

Merged
merged 2 commits into from
Feb 25, 2019
Merged

Conversation

kdavis-mozilla
Copy link
Contributor

No description provided.

README.rst Outdated
Args:
sentence (str): Sentence to be cleaned up.
Returns:
(str): Cleaned up sentence. Returning None or a `str` of whitespace flags the sentence as
invalid.
(is_valid,str): A boolean indicating validity and cleaned up sentence.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be (boolean, str) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree consistency dictates that

@kdavis-mozilla
Copy link
Contributor Author

@Gregoor I fixed the boolean

@kdavis-mozilla kdavis-mozilla merged commit acae69b into master Feb 25, 2019
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.

2 participants