Skip to content

Commit

Permalink
Merge pull request #149 from DavidAwad/patch-5
Browse files Browse the repository at this point in the history
add newline for pre-reduce code block
  • Loading branch information
yasoob committed Jun 22, 2017
2 parents b65b49e + a798ad0 commit f8f37be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ of a list of integers.
So the normal way you might go about doing this task in python is using
a basic for loop:


.. code:: python
product = 1
list = [1, 2, 3, 4]
for num in list:
Expand Down

0 comments on commit f8f37be

Please sign in to comment.