Skip to content

Commit 33e37ad

Browse files
committed
Merge pull request yasoob#123 from lancelote/master
Fixes indentation
2 parents 0e65b48 + 80623b2 commit 33e37ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map_filter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ of a list of inputs we can even have a list of functions!
4141
.. code:: python
4242
4343
def multiply(x):
44-
return (x*x)
44+
return (x*x)
4545
def add(x):
46-
return (x+x)
46+
return (x+x)
4747
4848
funcs = [multiply, add]
4949
for i in range(5):

0 commit comments

Comments
 (0)