Skip to content

Commit 80623b2

Browse files
committed
Fixes indentation
1 parent 0e65b48 commit 80623b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)