Skip to content

Commit 4648f50

Browse files
pablogsaltim-one
andauthored
Update Doc/library/functools.rst
Co-Authored-By: Tim Peters <[email protected]>
1 parent 26c52a6 commit 4648f50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/functools.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ The :mod:`functools` module defines the following functions:
594594
# again, so put newly freed nodes on 'task_queue' as soon as
595595
# logically possible.
596596
node = finalized_tasks_queue.get()
597-
598597
topological_sorter.done(node)
599598

600599
.. method:: add(node, *predecessors)

0 commit comments

Comments
 (0)