Skip to content

Commit 9cfbab6

Browse files
vallsvtimhoffm
andauthored
Update lib/matplotlib/cbook/__init__.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent ab10d45 commit 9cfbab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def __setstate__(self, state):
197197
s: {proxy: cid for cid, proxy in d.items()}
198198
for s, d in self.callbacks.items()}
199199

200-
@_api.rename_parameter("3.3.4", "s", "signal")
200+
@_api.rename_parameter("3.4", "s", "signal")
201201
def connect(self, signal, func):
202202
"""Register *func* to be called when signal *s* is generated."""
203203
self._func_cid_map.setdefault(signal, {})

0 commit comments

Comments
 (0)