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
Fix docstrings in _strip_and_get_forward_splice_boundaries and_strip_and_get_backward_splice_boundaries. The return value is wrong.
def _strip_and_get_forward_splice_boundaries(self, base_series, splice_series): ''' :return: tuple(base_first_index, splice_end_loc) or None '''
The text was updated successfully, but these errors were encountered:
e
No branches or pull requests
Fix docstrings in _strip_and_get_forward_splice_boundaries and_strip_and_get_backward_splice_boundaries. The return value is wrong.
The text was updated successfully, but these errors were encountered: