Skip to content

Commit d9f59da

Browse files
committed
minor doc change
1 parent 7b7fc60 commit d9f59da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_extra/_lib/_funcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ def expit(x: Array, /, *, xp: ModuleType | None = None) -> Array:
919919
"""
920920
Return the expit function.
921921
922-
The expit function, also known as the logistic sigmoid function.
923-
It is the inverse of the logit function.
922+
The expit function, also known as the logistic sigmoid function,
923+
is the inverse of the logit function.
924924
925925
Parameters
926926
----------

0 commit comments

Comments
 (0)