summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/example_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example_module.py b/doc/example_module.py
index d132eed..2935724 100644
--- a/doc/example_module.py
+++ b/doc/example_module.py
@@ -121,5 +121,5 @@ if __name__ == "__main__":
'color_good': '#00FF00'
}
while True:
- print(x.empty([], config))
+ print(x.example_method([], config))
sleep(1)