diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-06-01 17:06:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-06-01 17:06:10 (GMT) |
commit | 95773bfde8a6915fcd206286b433dca38883b736 (patch) | |
tree | 80b59caa6913b7559c7126545539d26331722bb9 /plugins/pychrysalide/arch | |
parent | 4b7f7fb9db0dfb66bd25534a74b8ce69742fdc3b (diff) |
Updated the Python bindings for the GtkDockable interface.
Diffstat (limited to 'plugins/pychrysalide/arch')
-rw-r--r-- | plugins/pychrysalide/arch/processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/arch/processor.c b/plugins/pychrysalide/arch/processor.c index 10fcf03..43e42ce 100644 --- a/plugins/pychrysalide/arch/processor.c +++ b/plugins/pychrysalide/arch/processor.c @@ -808,7 +808,7 @@ static PyObject *py_arch_processor_get_desc(PyObject *self, void *closure) #define ARCH_PROCESSOR_DESC_ATTRIB PYTHON_GET_DEF_FULL \ ( \ desc, py_arch_processor, \ - "Provide a a human readable description of the new" \ + "Provide a human readable description of the new" \ " architecture, as a simple string." \ ) |