---
 Documents/manual.xml |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Documents/manual.xml b/Documents/manual.xml
index 1324901..aa69a67 100644
--- a/Documents/manual.xml
+++ b/Documents/manual.xml
@@ -1062,12 +1062,13 @@ SetData('y', y)
        <title><anchor id="Command.GetData" />GetData</title>
        <para><command>GetData(name)</command></para>
 
-       <para>Returns: A tuple containing the datasets with the name
-      given. The tuple is (data, symerr, negerr, poserr), with each a
-      numpy array of the same size or None. data are the values of the
-      dataset, symerr are the symmetric errors (if set), negerr and
-      poserr and negative and positive asymmetric errors (if
-      set).</para>
+       <para>Returns: A tuple containing the dataset with the name
+         given. If <command>name</command> refers to numpy array data, the 
tuple is 
+         (data, symerr, negerr, poserr), with each a numpy array of the same 
size or 
+         None. data are the values of the dataset, symerr are the symmetric 
errors 
+         (if set), negerr and poserr and negative and positive asymmetric 
errors 
+         (if set). If <command>name</command> refers to a text dataset, a list
+         of text elements is returned.</para>
 
        <informalexample>
          <programlisting>
-- 
1.6.4.2


_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss

Répondre à