We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bc1e1 commit 918c010Copy full SHA for 918c010
README.rst
@@ -62,7 +62,7 @@ This builds a standard wordcount function from pieces within ``toolz``:
62
... """ Stem word to primitive form """
63
... return word.lower().rstrip(",.!:;'-\"").lstrip("'\"")
64
65
- >>> from toolz import compose, frequencies, partial
+ >>> from toolz import compose, frequencies
66
>>> from toolz.curried import map
67
>>> wordcount = compose(frequencies, map(stem), str.split)
68
0 commit comments