Make Python API more pythonic

This commit is contained in:
wmayer
2013-10-09 21:16:04 +02:00
parent 564f3d14e3
commit a3b4524cca
3 changed files with 13 additions and 13 deletions

View File

@@ -233,7 +233,7 @@ Analyzes the type of transformation.
<Documentation>
<UserDocu>The matrix elements</UserDocu>
</Documentation>
<Parameter Name="A" Type="List" />
<Parameter Name="A" Type="Sequence" />
</Attribute>
<ClassDeclarations>public:
MatrixPy(const Matrix4D &amp; mat, PyTypeObject *T = &amp;Type)