Skip to content

Commit a798ad0

Browse files
authored
add newline for code block
fix rendering issue for map_filter pre_reduce example
1 parent b65b49e commit a798ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

map_filter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ of a list of integers.
8787
So the normal way you might go about doing this task in python is using
8888
a basic for loop:
8989

90-
9190
.. code:: python
91+
9292
product = 1
9393
list = [1, 2, 3, 4]
9494
for num in list:

0 commit comments

Comments
 (0)