Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c7dec commit c537301Copy full SHA for c537301
Lib/graphlib.py
@@ -154,7 +154,7 @@ def done(self, *nodes):
154
This method unblocks any successor of each node in *nodes* for being returned
155
in the future by a call to "get_ready".
156
157
- Raises :exec:`ValueError` if any node in *nodes* has already been marked as
+ Raises ValueError if any node in *nodes* has already been marked as
158
processed by a previous call to this method, if a node was not added to the
159
graph by using "add" or if called without calling "prepare" previously or if
160
node has not yet been returned by "get_ready".
0 commit comments