Skip to content

Commit

Permalink
Merge pull request yasoob#123 from lancelote/master
Browse files Browse the repository at this point in the history
Fixes indentation
  • Loading branch information
yasoob committed Mar 23, 2016
2 parents 0e65b48 + 80623b2 commit 33e37ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ of a list of inputs we can even have a list of functions!
.. code:: python
def multiply(x):
return (x*x)
return (x*x)
def add(x):
return (x+x)
return (x+x)
funcs = [multiply, add]
for i in range(5):
Expand Down

0 comments on commit 33e37ad

Please sign in to comment.