Kaydet (Commit) 8c09ebcf authored tarafından Ezio Melotti's avatar Ezio Melotti

#8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse

üst 1f8dd363
......@@ -402,7 +402,7 @@ available. They are listed here in alphabetical order.
iterable if function(item)]`` if function is not ``None`` and ``[item for item
in iterable if item]`` if function is ``None``.
See :func:`itertools.filterfalse` for the complementary function that returns
See :func:`itertools.ifilterfalse` for the complementary function that returns
elements of *iterable* for which *function* returns false.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment