]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 9 Feb 2025 15:47:10 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 15:47:10 +0000 (15:47 +0000)
commit26041daf01742cf263c5de34dd243cfaa5936035
tree6eb4cc004be02687a008b142f6b7b5c696333e44
parentf7d885a8ffcf6e5dfa4d4511a8c9939829a4667f
[3.13] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896) (#129904)

gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896)

Change `:exec:ValueError` to `ValueError` in `TopologicalSorter.done()` docstring
(cherry picked from commit c53730171f18b90202aa0918b3c05412222bb1ec)

Co-authored-by: Nikola Savic <76233425+nikolasavic3@users.noreply.github.com>
Lib/graphlib.py