This commit is contained in:
Aaron Gokaslan
2021-06-17 16:39:59 -04:00
committed by GitHub
parent cd4b49a2c8
commit b4b67f026b
2 changed files with 4 additions and 4 deletions

View File

@@ -390,7 +390,7 @@ operation on the C++ side:
py::array b = a[py::make_tuple(0, py::ellipsis(), 0)];
.. versionchanged:: 2.6
``py::ellipsis()`` is now also avaliable in Python 2.
``py::ellipsis()`` is now also available in Python 2.
Memory view
===========