diff options
Diffstat (limited to 'extensions/dcopexport.py')
-rw-r--r-- | extensions/dcopexport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/dcopexport.py b/extensions/dcopexport.py index 7347be6..fc4aaa9 100644 --- a/extensions/dcopexport.py +++ b/extensions/dcopexport.py @@ -44,7 +44,7 @@ return value to be returned to the caller. DCOPExMeth is basically a data structure to hold the parsed method info (name, arg list, return type, signature) -This module retquires the dcopext module, but only for the numericTypes and +This module requires the dcopext module, but only for the numericTypes and stringTypes lists """ |