Skip to content

Commit 0f172db

Browse files
authored
Update dash/_callback.py
1 parent 7845b2c commit 0f172db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/_callback.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def callback(
118118
the app layout. The second element is the value that the property
119119
should be set to while the callback is running, and the third element
120120
is the value the property should be set to when the callback completes.
121-
This parameter only applies to background callbacks (`background=True`).
122121
:param cancel:
123122
A list of `Input` dependency objects that reference a property of a
124123
component in the app's layout. When the value of this property changes

0 commit comments

Comments
 (0)