Documentation
The question is about these paragraphs, that are duplicated after the doc refactoring PR (one for modf
and one for frexp
):
Note that :func:`modf` has a different call/return pattern
than its C equivalents: it takes a single argument and return a pair of
values, rather than returning its second return value through an 'output
parameter' (there is no such thing in Python).
They should be either removed or moved to their corresponding function documentation.
The issue was raised in 2 pull request comments:
Note that the corresponding PR is not merged yet.