commit | cb63565eb5a363b3c155a4b24a01ffacea1482d7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon May 05 20:59:05 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon May 05 20:59:05 2008 +0000 |
tree | 583cd0522eb703d32a79242d05d7bf2549bd90f1 | |
parent | 3961f1872c983ae03a727e7921ebd6d69370a19a [diff] |
#2769: markup glitch.
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 17493e7..e27109b 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst
@@ -1693,7 +1693,7 @@ ``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),