summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/core/module.c')
-rw-r--r--plugins/pychrysalide/core/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/core/module.c b/plugins/pychrysalide/core/module.c
index 27113a0..11cd8ed 100644
--- a/plugins/pychrysalide/core/module.c
+++ b/plugins/pychrysalide/core/module.c
@@ -59,7 +59,7 @@ bool add_core_module(PyObject *super)
"This module provides access to the Chrysalide core properties through" \
" the Python bindings.\n" \
"\n" \
- "Most of these features are singleton objects.\n" \
+ "Some of these features are singleton objects.\n" \
"\n" \
"As attributes are not allowed for Python modules, all these" \
" property accesses are handled with methods."