-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Documentation: Remove incorrect role directive in graphlib.py
#129892
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
Comments
Anyone is free to open a PR, but I would prefer that we just remove the role itself. We don't process docstrings as reST contents so this role is useless. |
graphlib.py
sobolevn
pushed a commit
that referenced
this issue
Feb 9, 2025
…9896) Change `:exec:ValueError` to `ValueError` in `TopologicalSorter.done()` docstring
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 9, 2025
pythonGH-129896) Change `:exec:ValueError` to `ValueError` in `TopologicalSorter.done()` docstring (cherry picked from commit c537301) Co-authored-by: Nikola Savic <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 9, 2025
pythonGH-129896) Change `:exec:ValueError` to `ValueError` in `TopologicalSorter.done()` docstring (cherry picked from commit c537301) Co-authored-by: Nikola Savic <[email protected]>
This was referenced Feb 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
Remove :exec: role directive from ValueError in TopologicalSorter.done() docstring since docstrings are not processed as reST contents.
Linked PRs
The text was updated successfully, but these errors were encountered: