mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Fix long-standing misnaming of "factory" method as "array"
[SVN r35428]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user