diff --git a/libs/numpy/example/ndarray.cpp b/libs/numpy/example/ndarray.cpp index 3ab28f97..ec4dfade 100644 --- a/libs/numpy/example/ndarray.cpp +++ b/libs/numpy/example/ndarray.cpp @@ -1,10 +1,7 @@ /** * @brief An example to show how to create ndarrays using arbitrary Python sequences * The Python sequence could be any object whose __array__ method returns an array, or any (nested) sequence. - * - * @todo Find a way to create a list explicitly * - * */