diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-05 23:04:45 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-05 23:04:45 (GMT) |
commit | 24398cb372624bf281ee4d9eb07f2a076b3cc664 (patch) | |
tree | e5fab56d61b9a03fb8dd56e63b56c3ee404ac490 /plugins/pychrysalide/format | |
parent | 9ce85bcdf8da124ad9538875f945ab5c4bb09e1e (diff) |
Refreshed the Python documentation for the demanglers.
Diffstat (limited to 'plugins/pychrysalide/format')
-rw-r--r-- | plugins/pychrysalide/format/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/format/symbol.c b/plugins/pychrysalide/format/symbol.c index 66e4dfc..64f4f1f 100644 --- a/plugins/pychrysalide/format/symbol.c +++ b/plugins/pychrysalide/format/symbol.c @@ -251,7 +251,7 @@ static int py_binary_symbol_init(PyObject *self, PyObject *args, PyObject *kwds) #define BINARY_SYMBOL_DOC \ "BinSymbol represents all kinds of symbols, such as strings, routines or" \ " objects. If something can be linked to a physical or virtual location," \ - " it can be a symbol." \ + " it can be a symbol.\n" \ "\n" \ "Instances can be created using the following constructor:\n" \ "\n" \ |