Update `combinations` docs by ruaridhw · Pull Request #19732 · python/cpython

remilapeyre

rhettinger

@csabella csabella changed the base branch from 3.8 to master

May 26, 2020 11:36

@csabella csabella changed the base branch from master to 3.8

May 26, 2020 11:37

@ruaridhw

- The order of the iterable is not modified within `combinations()` as these docs imply
- Instead, the order of elements is used as-is

@ned-deily ned-deily changed the title Update combinations docs Update itertools combinations docs

May 28, 2020

@ned-deily ned-deily changed the title Update itertools combinations docs [3.9] Update combinations docs

May 28, 2020

@ned-deily ned-deily changed the title [3.9] Update combinations docs Update combinations docs

May 28, 2020

rhettinger

mdickinson