Pierre Thibault added the comment:
I guess it does since it gives false information.
2018-04-30 18:05 GMT-04:00 Anthony Flury :
>
> Anthony Flury added the comment:
>
> Strictly speaking the official Python2 reference document isn't a great
> example - for instance:
>
New submission from Pierre Thibault :
> help(filter)
Help on built-in function filter in module __builtin__:
filter(...)
filter(function or None, sequence) -> list, tuple, or string
Return those items of sequence for which function(item) is true. If
function is None, retu