-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
[doc] Fix typo in the graphlib docs #22661
Conversation
Lib/graphlib.py
Outdated
@@ -22,7 +22,8 @@ def __init__(self, node): | |||
|
|||
|
|||
class CycleError(ValueError): | |||
"""Subclass of ValueError raised by TopologicalSorterif cycles exist in the graph | |||
"""Subclass of ValueError raised by :meth:`TopologicalSorter.prepare` if cycles |
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.
Sphinx style formatting is not necessarily used in docstrings. Other changes look good to me.
@linchiwei123: Status check is done, and it's a failure ❌ . |
@linchiwei123: Status check is done, and it's a success ✅ . |
Thanks @linchiwei123 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-22669 is a backport of this pull request to the 3.9 branch. |
Automerge-Triggered-By: @pablogsal (cherry picked from commit abe244c) Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com>
Automerge-Triggered-By: @pablogsal (cherry picked from commit abe244c) Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com> Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com>
Automerge-Triggered-By: @pablogsal
Automerge-Triggered-By: @pablogsal
Automerge-Triggered-By: @pablogsal