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 missing 'Raises' section in TraitList.__delitem__ #1011

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

mdickinson
Copy link
Member

This is a simple documentation-only PR that adds missing "Raises" sections for TraitList.__delitem__ and TraitListObject.__delitem__. Both of those operations can raise IndexError. We have that information for the __setitem__ docstrings, but not for __delitem__.

@mdickinson mdickinson merged commit 92a5573 into master Apr 16, 2020
@mdickinson mdickinson deleted the fix/trait-list-delitem-docstring branch April 16, 2020 13:48
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