diff --git a/docs/extended_callbacks.rst b/docs/extended_callbacks.rst index ec58e5b..cf07d33 100644 --- a/docs/extended_callbacks.rst +++ b/docs/extended_callbacks.rst @@ -41,7 +41,7 @@ For example, the ``plotly_apps.py`` example contains this dash application: The additional arguments, which are reported as the ``kwargs`` content in this example, include -:callback_context: The ``Dash`` callback context. See the `documentation `_ on the content of this variable. This variable is provided as an argument to the callback as well as the ``dash.callback_context`` global variable. :dash_app: For stateful applications, the ``DashApp`` model instance