diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-04-27 13:45:46 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-04-27 13:45:46 +0200 |
commit | 7d6d74a3ac913ea306d5b237112d3f034b996232 (patch) | |
tree | 52534bb8e14c5ad3ed10aa7fa7ccb96c2d5886bd /numpy | |
parent | ee78c44057bca7c330121958d26335695d07f626 (diff) | |
download | numpy-7d6d74a3ac913ea306d5b237112d3f034b996232.tar.gz |
DOC: Typo fix
Co-Authored-By: h-vetinari <h.vetinari@gmx.com>
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/lib/mixins.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/mixins.pyi b/numpy/lib/mixins.pyi index 4763a0710..f137bb5bc 100644 --- a/numpy/lib/mixins.pyi +++ b/numpy/lib/mixins.pyi @@ -4,7 +4,7 @@ from abc import ABCMeta, abstractmethod __all__: List[str] # NOTE: `NDArrayOperatorsMixin` is not formally an abstract baseclass, -# even though it's relient on subclasses implementing `__array_ufunc__` +# even though it's reliant on subclasses implementing `__array_ufunc__` class NDArrayOperatorsMixin(metaclass=ABCMeta): @abstractmethod |