Skip to content

Commit

Permalink
Fix link in generator doc [av skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Jun 19, 2016
1 parent 9177989 commit ea159f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Generator Expressions
Comprehensions can also be written without the enclosing square brackets, producing
an object known as a generator. This object can be iterated to produce values on
demand, instead of allocating an array and storing them in advance
(see <man-interfaces-iteration>).
(see :ref:`man-interfaces-iteration`).
For example, the following expression sums a series without allocating memory:

.. doctest::
Expand Down

0 comments on commit ea159f5

Please sign in to comment.