Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd9ee5e

Browse files
TortarQuLogic
andauthored
Update lib/matplotlib/widgets.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 92608ca commit bd9ee5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,7 @@ class TextBox(AxesWidget):
11181118
lambda self: self._observers.callbacks['change']))
11191119
submit_observers = _api.deprecated("3.4")(property(
11201120
lambda self: self._observers.callbacks['submit']))
1121-
DIST_FROM_LEFT = _api.deprecated("3.5")(property(
1122-
lambda self: self._DIST_FROM_LEFT))
1121+
DIST_FROM_LEFT = _api.deprecate_privatize_attribute("3.5")
11231122

11241123
def __init__(self, ax, label, initial='',
11251124
color='.95', hovercolor='1', label_pad=.01,

0 commit comments

Comments
 (0)