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

Update index.rst to make examples consistent #26

Merged
merged 1 commit into from
Jan 23, 2016
Merged

Conversation

toolness
Copy link
Contributor

I found the examples clear but a little bit confusing because of slight inconsistencies, which this PR fixes.

client = Client(["127.0.0.1:7711", "127.0.0.1:7712", "127.0.0.1:7713"])
client.connect()
c = Client(["127.0.0.1:7711", "127.0.0.1:7712", "127.0.0.1:7713"])
c.connect()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Another option is to call this variable client in the other two examples...

ybrs added a commit that referenced this pull request Jan 23, 2016
Update index.rst to make examples consistent
@ybrs ybrs merged commit e19a074 into ybrs:master Jan 23, 2016
@ybrs
Copy link
Owner

ybrs commented Jan 23, 2016

thank you

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