summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext/linegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/glibext/linegen.c')
-rw-r--r--plugins/pychrysalide/glibext/linegen.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/pychrysalide/glibext/linegen.c b/plugins/pychrysalide/glibext/linegen.c
index 3214cc9..6d29dbc 100644
--- a/plugins/pychrysalide/glibext/linegen.c
+++ b/plugins/pychrysalide/glibext/linegen.c
@@ -686,9 +686,10 @@ static PyObject *py_line_generator_print(PyObject *self, PyObject *args)
METH_VARARGS, py_line_generator, \
"Produce output into a rendering line with optional content.\n" \
"\n" \
- "The line index and the number of repetitions (only relevant" \
- " if the generator produces several lines) give indications" \
- " about the current rendering position.\n" \
+ "The provided line is a pychrysalide.glibext.BufferLine" \
+ " instance. The index and the number of repetitions (only" \
+ " relevant if the generator produces several lines) give" \
+ " indications about the current rendering position.\n" \
"\n" \
"If set, the content is a pychrysalide.analysis.BinContent" \
" instance providing access to the processed binary data." \