diff options
Diffstat (limited to 'plugins/pychrysalide/format/flat.c')
| -rw-r--r-- | plugins/pychrysalide/format/flat.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/plugins/pychrysalide/format/flat.c b/plugins/pychrysalide/format/flat.c index a115c57..81f0dba 100644 --- a/plugins/pychrysalide/format/flat.c +++ b/plugins/pychrysalide/format/flat.c @@ -41,7 +41,6 @@  CREATE_DYN_CONSTRUCTOR(flat_format, G_TYPE_FLAT_FORMAT); -  /* Initialise une instance sur la base du dérivé de GObject. */  static int py_flat_format_init(PyObject *, PyObject *, PyObject *); @@ -77,9 +76,10 @@ static int py_flat_format_init(PyObject *self, PyObject *args, PyObject *kwds)      "\n"                                                                    \      "    FlatFormat(content, machine, endian)"                              \      "\n"                                                                    \ -    "Where content is a pychrysalide.analysis.BinContent object, machine"   \ -    " defines the target architecture as a string value and endian provides"\ -    " the right endianness of the data, as pychrysalide.SourceEndian value." +    "Where *content* is a pychrysalide.analysis.BinContent object,"         \ +    " *machine* defines the target architecture as a string value and"      \ +    " *endian* provides the right endianness of the data, as a"             \ +    " pychrysalide.SourceEndian value."      /* Récupération des paramètres */ | 
