You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Documentation
The question is about these paragraphs, that are duplicated after the doc refactoring PR (one for
modf
and one forfrexp
):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.
The text was updated successfully, but these errors were encountered: