diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-11 11:39:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-11 11:39:32 (GMT) |
commit | 55935908085677432f746f8378e600f4fd8234b0 (patch) | |
tree | 15192894faf4ad8c8492aacb0ca1591e0fa255e4 /plugins/pychrysalide/core | |
parent | 6b785b0e6c6048a4a8f1f81f9eaa407e05622368 (diff) |
Written a proper documentation for the Python gui.core module.
Diffstat (limited to 'plugins/pychrysalide/core')
-rw-r--r-- | plugins/pychrysalide/core/module.c | 2 |
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." |