From 474f297fb978bf8247e820d51a425fb8d960ff5c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 25 Dec 2009 05:04:59 +0100 Subject: [PATCH] py-cvec.c: improved documentation --- interfaces/python/py-cvec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/python/py-cvec.c b/interfaces/python/py-cvec.c index 387e671e..5de5175c 100644 --- a/interfaces/python/py-cvec.c +++ b/interfaces/python/py-cvec.c @@ -251,10 +251,10 @@ static PyMethodDef Py_cvec_methods[] = { 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 */ }; -- 2.26.2