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

Wrong Space.update() examples in the manual #48

Closed
akopytov opened this issue Jan 5, 2015 · 2 comments
Closed

Wrong Space.update() examples in the manual #48

akopytov opened this issue Jan 5, 2015 · 2 comments

Comments

@akopytov
Copy link

akopytov commented Jan 5, 2015

All Space.update() examples in the manual use the following syntax:

Space.update(key, [(fieldno, op, value)])

However, the actual syntax expected by the driver is:

Space.update(key, [(op, fieldno, value)])
@xHasKx
Copy link
Contributor

xHasKx commented Feb 27, 2015

Fixing in pull request #52

@bigbes
Copy link
Contributor

bigbes commented Feb 9, 2016

Superseeded by #67

@bigbes bigbes closed this as completed Feb 9, 2016
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

No branches or pull requests

3 participants