summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-11 11:39:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-11 11:39:32 (GMT)
commit55935908085677432f746f8378e600f4fd8234b0 (patch)
tree15192894faf4ad8c8492aacb0ca1591e0fa255e4 /plugins/pychrysalide/core
parent6b785b0e6c6048a4a8f1f81f9eaa407e05622368 (diff)
Written a proper documentation for the Python gui.core module.
Diffstat (limited to 'plugins/pychrysalide/core')
-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."