ref: 474f297fb978bf8247e820d51a425fb8d960ff5c
parent: 9c9cd549705e04f4e859475b55d26b545b117ebd
author: Paul Brossier <piem@piem.org>
date: Fri Dec 25 00:04:59 EST 2009
py-cvec.c: improved documentation
--- a/interfaces/python/py-cvec.c
+++ b/interfaces/python/py-cvec.c
@@ -251,10 +251,10 @@
static PyGetSetDef Py_cvec_getseters[] = {
{"norm", (getter)Py_cvec_get_norm, (setter)Py_cvec_set_norm,
- "Content of the magnitude of this cvec",
+ "Numpy vector of shape (length,) containing the magnitude",
NULL},
{"phas", (getter)Py_cvec_get_phas, (setter)Py_cvec_set_phas,
- "Content of the magnitude of this cvec",
+ "Numpy vector of shape (length,) containing the phase",
NULL},
{NULL} /* sentinel */
};