summaryrefslogtreecommitdiff
path: root/doc/source/devel/examples/ControllerTemplate.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/devel/examples/ControllerTemplate.py')
-rw-r--r--doc/source/devel/examples/ControllerTemplate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/devel/examples/ControllerTemplate.py b/doc/source/devel/examples/ControllerTemplate.py
index b88917e3..3fbf5f97 100644
--- a/doc/source/devel/examples/ControllerTemplate.py
+++ b/doc/source/devel/examples/ControllerTemplate.py
@@ -5,8 +5,8 @@ import sys
ControllerTemplate.py: Create a basic controller's template.
Its parameters are the file name plus .py,
the class inherited if it had (optional)
- and "yes" if you wanna use the obsolete convention.
-The necesary "defs" are marked as #TODO
+ and "yes" if you want to use the obsolete convention.
+The necessary "defs" are marked as #TODO
python ControllerTemplate.py ExampleClass.py InheritedClass NoCT
"""