Skip to content

Commit e1db908

Browse files
committed
Woops, I think I should cover these first
1 parent b8e99ef commit e1db908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_drafts/introduction-to-functional-programming-in-python-p1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The more that you restrict the number of places where the current state of the s
111111
your code the easier it will be to maintain and extend your program over time.
112112

113113
Well I think that's it for now, that's a brief overview of functional programming next time we will
114-
cover the functional programmer's bread and butter, _maps_, _filters_ and _folds_.
114+
take a look at _lambdas_ and _higher order functions_.
115115

116116

117117
[cfm]: http://vknight.org/Computing_for_mathematics/

0 commit comments

Comments
 (0)