bug in patches.py

There is a minor bug in line 852 in patches.py

     verbose.report('patches.Ellipse renderer .......

This has to be

     mpl.verbose.report('patches.Ellipse renderer .......

Manuel