Skip to content

Commit 6db6906

Browse files
committed
Update comprehension.rst
1 parent 81e6a8a commit 6db6906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week-05/code/comprehension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ https://github.com/gregmalcolm/python_koans/blob/master/python2/koans/about_comp
9999
=====================
100100
This is from CodingBat "count_evens" (http://codingbat.com/prob/p189616)
101101

102-
*Using list comprehension*, Return the number of even ints in the given array. Note: the % "mod" operator computes the remainder, e.g. 5 % 2 is 1.
102+
*Using list comprehension*, return the number of even ints in the given array. Note: the % "mod" operator computes the remainder, e.g. 5 % 2 is 1.
103103

104104
count_evens([2, 1, 2, 3, 4]) → 3
105105

0 commit comments

Comments
 (0)