pybind / pybind11

Seamless operability between C++11 and Python
https://pybind11.readthedocs.io/
Other
15.08k stars 2.05k forks source link

docs(numpy): drop duplicated ndim #5119

Closed nobkd closed 1 month ago

nobkd commented 1 month ago

Description

Removes duplicated function definition for .ndim(). See L373 for same description.

Suggested changelog entry:

henryiii commented 1 month ago

Thanks!