enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

removed typo by replacing `obseve()` with `observe()`, fixing issue #914 #915

Open markasbach opened 1 month ago

markasbach commented 1 month ago

As this fixes a typo clearly visible in the source code, I have not added any code to reproduce the error nor a unit test. Hope this is still fine (I'm short on time currently, sorry!).

See Issue 914 and/or the original pull request #590 that introduced this bug.