bug in artist.py?

Hello,

I tried to use one of my script and I obtain this error.
I tried the cvs (above for the version) and the matplotlib 0.81 and both have the problem.

It's just a typo in the file artist.py line 407.

return geto(o, *args, **kwargs)

must be replace by:

return getp(o, *args, **kwargs)

regards,

N.

Traceback (most recent call last):
  File "fig_faber_jackson3.py", line 248, in ?
    xticklabels = get(gca(), 'xticklabels')
  File "/usr/local/lib/python2.4/site-packages/matplotlib/artist.py", line 407, in get
    return geto(o, *args, **kwargs)
NameError: global name 'geto' is not defined

···

===================================================================
File: artist.py Status: Up-to-date

   Working revision: 1.23
   Repository revision: 1.23 /cvsroot/matplotlib/matplotlib/lib/matplotlib/artist.py,v
   Sticky Tag: (none)
   Sticky Date: (none)
   Sticky Options: (none)