mirror of
https://github.com/python/cpython.git
synced 2026-03-30 00:21:21 +00:00
#8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse
This commit is contained in:
parent
1f8dd363b7
commit
8c09ebcf0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue