2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

Removed todo

This commit is contained in:
Ankit Daftery
2011-08-13 13:55:03 +00:00
parent 3dda62f8b8
commit 7b088c9df2

View File

@@ -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
*
*
*/