From 7b088c9df236a32c87715f8de40ad5dec670337f Mon Sep 17 00:00:00 2001 From: Ankit Daftery Date: Sat, 13 Aug 2011 13:55:03 +0000 Subject: [PATCH] Removed todo --- libs/numpy/example/ndarray.cpp | 3 --- 1 file changed, 3 deletions(-) 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 * - * */