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

Small error in the access-elements docs #123

Closed
mabergerx opened this issue Feb 18, 2022 · 1 comment · Fixed by #126
Closed

Small error in the access-elements docs #123

mabergerx opened this issue Feb 18, 2022 · 1 comment · Fixed by #126

Comments

@mabergerx
Copy link

I was following the documentation over here, and saw that at the Splitting by .tags section, the following method is used:

rv = da.split(tag='category')

However, no such method exists. I figured that it has to be

rv = da.split_by_tag(tag='category')

So the documentation needs to be updated to reflect that :)

@JoanFM
Copy link
Member

JoanFM commented Feb 18, 2022

Thanks @mabergerx for the help! A PR is on the way

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 a pull request may close this issue.

2 participants