2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 18:32:24 +00:00

merged from HEAD

[SVN r35429]
This commit is contained in:
Dave Abrahams
2006-09-29 22:27:57 +00:00
parent 315c3d50ee
commit 8553c109c7
2 changed files with 6 additions and 6 deletions

View File

@@ -205,7 +205,7 @@ namespace aux
, bool savespace
, object typecode)
{
return attr("array")(buffer, type, shape, copy, savespace, typecode);
return attr("factory")(buffer, type, shape, copy, savespace, typecode);
}
object array_base::getflat() const