We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cc5baa + 1f63921 commit 841f6d1Copy full SHA for 841f6d1
cycler.py
@@ -87,7 +87,7 @@ class Cycler(object):
87
in-place ``+``
88
89
``*``
90
- for outer products (itertools.product) and integer multiplication
+ for outer products (`itertools.product`) and integer multiplication
91
92
``*=``
93
in-place ``*``
doc/source/index.rst
@@ -156,7 +156,7 @@ Any pair of `Cycler` can be multiplied
156
m_c = m_cycle * color_cycle
157
158
which gives the 'outer product' of the two cycles (same as
159
-:func:`itertools.prod` )
+:func:`itertools.product` )
160
161
.. ipython:: python
162
0 commit comments