From 1ae85114016fb51d3d6328385c7cd1b1a071a498 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Sun, 28 Apr 2019 13:19:13 +0200
Subject: Fixed a Python binding signature.

---
 plugins/pychrysalide/core/processors.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/pychrysalide/core/processors.c b/plugins/pychrysalide/core/processors.c
index 341c816..56498f3 100644
--- a/plugins/pychrysalide/core/processors.c
+++ b/plugins/pychrysalide/core/processors.c
@@ -223,7 +223,7 @@ bool populate_core_module_with_processors(void)
         {
             "register_processor", py_processors_register_type,
             METH_VARARGS,
-            "register_type(name, desc, cls, /)\n--\n\nRegister an an architecture processor by its name, description and class type."
+            "register_processor(name, desc, cls, /)\n--\n\nRegister an an architecture processor by its name, description and class type."
         },
         {
             "get_processor_description", py_processors_get_description,
-- 
cgit v0.11.2-87-g4458