We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab10d45 commit 9cfbab6Copy full SHA for 9cfbab6
lib/matplotlib/cbook/__init__.py
@@ -197,7 +197,7 @@ def __setstate__(self, state):
197
s: {proxy: cid for cid, proxy in d.items()}
198
for s, d in self.callbacks.items()}
199
200
- @_api.rename_parameter("3.3.4", "s", "signal")
+ @_api.rename_parameter("3.4", "s", "signal")
201
def connect(self, signal, func):
202
"""Register *func* to be called when signal *s* is generated."""
203
self._func_cid_map.setdefault(signal, {})
0 commit comments