10000
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
https://github.com/chrisjsewell/docutils/blob/develop/docutils/docutils/statemachine.py#L1202-L1207
The function updates self.data but forgets to update self.items, violating the class invariant that these 2 lists must always have the same length.
self.data
self.items
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/chrisjsewell/docutils/blob/develop/docutils/docutils/statemachine.py#L1202-L1207
The function updates
self.data
but forgets to updateself.items
, violating the class invariant that these 2 lists must always have the same length.The text was updated successfully, but these errors were encountered: