summaryrefslogtreecommitdiff
path: root/examples/imagepipe/imagepipe.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imagepipe/imagepipe.py')
-rw-r--r--examples/imagepipe/imagepipe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imagepipe/imagepipe.py b/examples/imagepipe/imagepipe.py
index 57432fa..e2d2f03 100644
--- a/examples/imagepipe/imagepipe.py
+++ b/examples/imagepipe/imagepipe.py
@@ -20,7 +20,7 @@ def cli():
"""
-@cli.resultcallback()
+@cli.result_callback()
def process_commands(processors):
"""This result callback is invoked with an iterable of all the chained
subcommands. As in this example each subcommand returns a function