diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/example_module.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/example_module.py b/doc/example_module.py index d132eed..6a952a1 100644 --- a/doc/example_module.py +++ b/doc/example_module.py @@ -51,7 +51,7 @@ from time import time class Py3status: """ - The Py3status class name is mendatory. + The Py3status class name is mandatory. Below you list all the available configuration parameters and their default value for your module which can be overwritten by users @@ -121,5 +121,5 @@ if __name__ == "__main__": 'color_good': '#00FF00' } while True: - print(x.empty([], config)) + print(x.example_method([], config)) sleep(1) |
