Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-101100: Fix sphinx warnings inlibrary/difflib.rst
#110074
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Note that the last tuple returned by :meth:`get_matching_blocks` is always a | ||
dummy, ``(len(a), len(b), 0)``, and this is the only case in which the last | ||
Note that the last tuple returned by :meth:`~SequenceMatcher.get_matching_blocks` | ||
is always adummy, ``(len(a), len(b), 0)``, and this is the only case in which the last |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
For next time, let's avoid rewrapping when making changes. It's okay to extend the line length for edits and it's much easier to review with a smaller diff. Thanks!
Sorry,@sobolevn and@hugovk, I could not cleanly backport this to |
…GH-110074)(cherry picked from commitd102d39)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-110081 is a backport of this pull request to the3.12 branch. |
…ythonGH-110074).(cherry picked from commitd102d39)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-110082 is a backport of this pull request to the3.11 branch. |
…ythonGH-110074).(cherry picked from commitd102d39)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Uh oh!
There was an error while loading.Please reload this page.
Before:
📚 Documentation preview 📚:https://cpython-previews--110074.org.readthedocs.build/