Skip to content

Commit 1720fb6

Browse files
adonathasmeurer
andcommitted
Update array_api_compat/_internal.py
Co-authored-by: Aaron Meurer <[email protected]>
1 parent 68c788f commit 1720fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: array_api_compat/_internal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _get_all_public_members(module, exclude=None, extend_all=False):
5959
excluded from the list of members.
6060
extend_all : bool, optional
6161
If True, extend the module's __all__ attribute with the members of the
62-
module derive from dir(module)
62+
module derived from dir(module). To be used for libraries that do not have a complete __all__ list.
6363
"""
6464
members = getattr(module, "__all__", [])
6565

0 commit comments

Comments
 (0)