We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minor mistake in docstring, claiming MaskGroup.recursive_drop() is an inplace method. This is set by a parameter, so that should be removed.
MaskGroup.recursive_drop()
See https://graphicle.readthedocs.io/en/0.2.10/api/graphicle.data.MaskGroup.recursive_drop.html
The text was updated successfully, but these errors were encountered:
rm docstring error claiming method inplace by default #123
4d693d9
Merge pull request #133 from jacanchaplais/patch/recusrive-doc-123
0c51a69
Docstring correction #123
jacanchaplais
No branches or pull requests
Minor mistake in docstring, claiming
MaskGroup.recursive_drop()
is an inplace method. This is set by a parameter, so that should be removed.See https://graphicle.readthedocs.io/en/0.2.10/api/graphicle.data.MaskGroup.recursive_drop.html
The text was updated successfully, but these errors were encountered: