-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-101100: Fix sphinx warnings in library/difflib.rst
#110074
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 a dummy, ``(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 commit d102d39) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-110081 is a backport of this pull request to the 3.12 branch. |
…ythonGH-110074). (cherry picked from commit d102d39) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-110082 is a backport of this pull request to the 3.11 branch. |
…ythonGH-110074). (cherry picked from commit d102d39) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Before:
📚 Documentation preview 📚: https://cpython-previews--110074.org.readthedocs.build/