psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

Readme clean_name different than code #2

Closed ccdpowell closed 9 years ago

ccdpowell commented 9 years ago

Hi,

I like what you are doing with this module! I went to run x.clean_name() and received an error saying "cleanco instance has no attribute 'clean_name'.

I looked through your code and noticed that your actual method/attribute is cleanname(). Should be fixed in one of the locations. To me clean_name() makes more sense.

Error is on line 207 of cleanco.py. Thanks.

psolin commented 9 years ago

Fixed this. Thanks for pointing it out!