We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a019b4f commit 8c88f8aCopy full SHA for 8c88f8a
1 file changed
doc/release/next_whats_new/callback_registry_disconnect_func.rst
@@ -1,9 +1,9 @@
1
``CallbackRegistry.disconnect`` allows directly callbacks by function
2
-------------------------------------------------------------------------
3
4
-`.CallbackRegistry` now allows directly passing a function and optionally signal
5
-`~.CallbackRegistry.disconnect` to disconnect instead of needing to track the callback
6
-ID returned by `~.CallbackRegistry.connect`.
+`.CallbackRegistry` now allows directly passing a function and optionally signal to
+`~.CallbackRegistry.disconnect` instead of needing to track the callback ID
+returned by `~.CallbackRegistry.connect`.
7
8
.. code-block:: python
9
0 commit comments