We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba7020 commit 25ab6ebCopy full SHA for 25ab6eb
1 file changed
wrapper/cccorelib/src/cccorelib.cpp
@@ -146,7 +146,7 @@ class NumpyCloud : public CCCoreLib::GenericIndexedCloud
146
147
py::list names;
148
#if ((PYBIND11_VERSION_MAJOR > 2) || (PYBIND11_VERSION_MAJOR == 2 && PYBIND11_VERSION_MINOR > 11))
149
- // The "name" field is no longer available in Descr_Proxy struct,
+ // The "names" field is no longer available in Descr_Proxy struct,
150
// but it is available on both Descr1_Proxy and Descr2_Proxy structs
151
152
// Get the currrent numpy version
0 commit comments