diff options
| author | Ultrabug <ultrabug@ultrabug.net> | 2015-07-16 09:20:03 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@ultrabug.net> | 2015-07-16 09:20:03 +0200 |
| commit | bd75bd255410453739ca313be4fcfd17085a8588 (patch) | |
| tree | 5e457c3566fa21e0398a7657c15dbc65cdf8f7ac | |
| parent | f46c6a6569a96576fbaca0e6f8ec93f90b9883a7 (diff) | |
| parent | 1bfdd429147cdf03d0ea34c357a71d4d9ca5bdb8 (diff) | |
Merge pull request #107 from jazmit/patch-1
example_module : corrected typo by @jazmit
| -rw-r--r-- | doc/example_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example_module.py b/doc/example_module.py index 2935724..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 |
