Skip to content

Commit ee267b5

Browse files
committed
List derangements() as a candidate
1 parent 97f43b5 commit ee267b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ well as with the built-in itertools such as ``map()``, ``filter()``,
819819

820820
A secondary purpose of the recipes is to serve as an incubator. The
821821
``accumulate()``, ``compress()``, and ``pairwise()`` itertools started out as
822-
recipes. Currently, the ``sliding_window()``, ``iter_index()``, and ``sieve()``
822+
recipes. Currently, the ``sliding_window()``, ``derangements()``, and ``sieve()``
823823
recipes are being tested to see whether they prove their worth.
824824

825825
Substantially all of these recipes and many, many others can be installed from

0 commit comments

Comments
 (0)