You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced with Pull Request #590, there are two typos in the Chaco source code for base_2d_plot.py, where was accidentally replaced with obseve() instead of observe():
Problem Description
Introduced with Pull Request #590, there are two typos in the Chaco source code for
base_2d_plot.py
, where was accidentally replaced withobseve()
instead ofobserve()
:https://github.com/enthought/chaco/pull/590/files#diff-a35ae3f2ef1d62bd589db77c070fd771be90934c6d4025589545b66c1bc5a3e6
Affected lines are still in the current release of Chaco (6.0.0):
chaco/chaco/base_2d_plot.py
Line 343 in 5101e34
Despite this place, there seem to be no other identical typos: https://github.com/search?q=repo%3Aenthought%2Fchaco%20obseve&type=code
OS, Python version: [Enter OS name and Python version]
Independent of Python or OS.
The text was updated successfully, but these errors were encountered: