summaryrefslogtreecommitdiff
path: root/docs/upgrading.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-04-12 20:12:04 -0700
committerDavid Lord <davidism@gmail.com>2021-04-12 20:13:57 -0700
commitb1e7858cae16957d2d9eb2fc462b29e67cf9d320 (patch)
tree446a8813c3f637582c7f6da0ffca761438ebd3f3 /docs/upgrading.rst
parente3594e7f8a76dd15109d29570a6f263e56e412f2 (diff)
downloadclick-b1e7858cae16957d2d9eb2fc462b29e67cf9d320.tar.gz
rename resultcallback to result_callback
Diffstat (limited to 'docs/upgrading.rst')
-rw-r--r--docs/upgrading.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index ea082bb..c6fa554 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -90,7 +90,7 @@ restored.
If you do require the know which exact commands will be invoked there are
different ways to cope with this. The first one is to let the subcommands
all return functions and then to invoke the functions in a
-:meth:`Context.resultcallback`.
+:meth:`Context.result_callback`.
.. _upgrade-to-2.0: