Commit cb63565e authored by Georg Brandl's avatar Georg Brandl

#2769: markup glitch.

parent 3961f187
......@@ -1693,7 +1693,7 @@ complete list of changes, or look through the CVS logs for all the details.
``permutations(iter[, r])`` returns all the permutations of length *r* of
the iterable's elements. If *r* is not specified, it will default to the
number of elements produced by the iterable.
number of elements produced by the iterable. ::
itertools.permutations([1,2,3,4], 2) ->
[(1, 2), (1, 3), (1, 4),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment