Skip to content

Commit 052a3be

Browse files
authored
Merge pull request numpy#27684 from sebastianvitterso/fix/typo-in-_nanfunctions_impl_pyi
DOC: fix spelling of "reality" in `_nanfunctions_impl.pyi`
2 parents 9c61400 + 4c56219 commit 052a3be

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)