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

Fix rhyming_part docstring #25

Merged
merged 1 commit into from
Feb 12, 2017
Merged

Fix rhyming_part docstring #25

merged 1 commit into from
Feb 12, 2017

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Feb 11, 2017

Fixes #24.

  • phones_for_word("purple") returns a list: [u'P ER1 P AH0 L']

  • rhyming_part expects a string parameter, e.g. 'P ER1 P AH0 L'

`phones_for_word("purple")` returns a list: `[u'P ER1 P AH0 L']`
`rhyming_part` expects a string parameter, e.g. `'P ER1 P AH0 L'`
@aparrish aparrish merged commit 70b07ce into aparrish:master Feb 12, 2017
@aparrish
Copy link
Owner

good catch, thanks!

@hugovk hugovk deleted the patch-1 branch February 12, 2017 20:35
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