Skip to content

Commit e7b941d

Browse files
Update python/ipywidgets/ipywidgets/widgets/widget.py
Co-authored-by: Jason Grout <[email protected]>
1 parent ca91f89 commit e7b941d

File tree

1 file changed

+1
-1
lines changed
  • python/ipywidgets/ipywidgets/widgets

1 file changed

+1
-1
lines changed

python/ipywidgets/ipywidgets/widgets/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _active_widgets():
312312

313313
@_staticproperty
314314
def _widget_types():
315-
warnings.warn("Widget._widget_types is deprecated, use ipywidgets.widgets.widget.register", DeprecationWarning)
315+
warnings.warn("Widget._widget_types is deprecated, use ipywidgets.widgets.widget.registry", DeprecationWarning)
316316
return registry
317317

318318
@_staticproperty

0 commit comments

Comments
 (0)