Skip to content

Commit 4c56219

Browse files
DOC: fix spelling of "reality" in `_nanfunctions_impl.pyi
[skip ci] - the PR only adjusts comment text in a type hint file
1 parent f1b2fb5 commit 4c56219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/_nanfunctions_impl.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ __all__ = [
3535
"nanquantile",
3636
]
3737

38-
# NOTE: In reaility these functions are not aliases but distinct functions
38+
# NOTE: In reality these functions are not aliases but distinct functions
3939
# with identical signatures.
4040
nanmin = amin
4141
nanmax = amax

0 commit comments

Comments
 (0)