Skip to content

Commit

Permalink
Merge pull request #248 from 183amir/patch-1
Browse files Browse the repository at this point in the history
Fixes a typo.
  • Loading branch information
mrocklin committed Jun 15, 2015
2 parents 1b0ee2f + 39dc76b commit 7994485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/streaming-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These functions correspond to the SQL commands ``SELECT`` and ``WHERE``.
... map(get([1, 2])),
... list)
*note: this uses the curried_ versions of ``map`` and ``reduce``.*
*note: this uses the curried_ versions of ``map`` and ``filter``.*

Of course, these operations are also well supported with standard
list/generator comprehension syntax. This syntax is more often used and
Expand Down

0 comments on commit 7994485

Please sign in to comment.