Skip to content

Commit

Permalink
Merge pull request #302 from steven-cutting/fixpurity
Browse files Browse the repository at this point in the history
Fix spacing for footnote in purity.rst
  • Loading branch information
mrocklin committed Apr 12, 2016
2 parents 5f39e69 + b450bfa commit d9be459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/purity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The function ``min`` is pure. It always produces the same result given the
same inputs and it doesn't affect any external variable.

The function ``powers`` is impure for two reasons. First, it depends on a
global variable, ``exponent``, which can change[*]_. Second, it changes the
global variable, ``exponent``, which can change [*]_. Second, it changes the
input ``L`` which may have external state. Consider the following execution:

.. code::
Expand Down

0 comments on commit d9be459

Please sign in to comment.