Skip to content
Snippets Groups Projects
Commit 386c526b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix documentation

parent 84c661f3
No related branches found
No related tags found
No related merge requests found
......@@ -26,13 +26,13 @@ the import function:
if (!m) return;
// imports the NumPy C-API
// imports the NumPy C-API
import_array();
// imports blitz.array C-API
import_blitz_array();
import_xbob_blitz();
// imports xbob.core.random C-API
// imports xbob.io C-API
import_xbob_io();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment