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 9cfbab6 commit f1d3f16Copy full SHA for f1d3f16
lib/matplotlib/cbook/__init__.py
@@ -199,7 +199,7 @@ def __setstate__(self, state):
199
200
@_api.rename_parameter("3.4", "s", "signal")
201
def connect(self, signal, func):
202
- """Register *func* to be called when signal *s* is generated."""
+ """Register *func* to be called when signal *signal* is generated."""
203
self._func_cid_map.setdefault(signal, {})
204
proxy = _weak_or_strong_ref(func, self._remove_proxy)
205
if proxy in self._func_cid_map[signal]:
0 commit comments