Skip to content

Commit 5134ea0

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

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
@@ -317,7 +317,7 @@ def _widget_types():
317317

318318
@_staticproperty
319319
def widget_types():
320-
warnings.warn("Widget.widget_types is deprecated, use ipywidgets.widgets.widget.register", DeprecationWarning)
320+
warnings.warn("Widget.widget_types is deprecated, use ipywidgets.widgets.widget.registry", DeprecationWarning)
321321
return registry
322322

323323
@classmethod

0 commit comments

Comments
 (0)