From 1f63921996f0c6ff287e19b90118ed36b3653d7f Mon Sep 17 00:00:00 2001 From: "Adrien F. VINCENT" Date: Fri, 3 Jun 2016 16:48:51 +0200 Subject: [PATCH] DOC: Fix typos about itertools.product --- cycler.py | 2 +- doc/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cycler.py b/cycler.py index 8ec34fc..8400444 100644 --- a/cycler.py +++ b/cycler.py @@ -87,7 +87,7 @@ class Cycler(object): in-place ``+`` ``*`` - for outer products (itertools.product) and integer multiplication + for outer products (`itertools.product`) and integer multiplication ``*=`` in-place ``*`` diff --git a/doc/source/index.rst b/doc/source/index.rst index 8b10f0d..d584ebf 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -156,7 +156,7 @@ Any pair of `Cycler` can be multiplied m_c = m_cycle * color_cycle which gives the 'outer product' of the two cycles (same as -:func:`itertools.prod` ) +:func:`itertools.product` ) .. ipython:: python