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 typo in an example from README.md #1

Merged
merged 1 commit into from Aug 14, 2016
Merged

Conversation

vzapolskiy
Copy link
Contributor

The change fixes a typo in python's True value name, which appers to
be lower-case in an example from README.md. This avoids a runtime
issue while trying to execute the example code snippet:

NameError: name 'true' is not defined

Signed-off-by: Vladimir Zapolskiy vz@mleia.com

The change fixes a typo in python's True value name, which appers to
be lower-case in an example from README.md. This avoids a runtime
issue while trying to execute the example code snippet:

  NameError: name 'true' is not defined

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
@joente joente merged commit 805af4c into cesbit:master Aug 14, 2016
@joente
Copy link
Member

joente commented Aug 14, 2016

Thanks for the bug fix!

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