python source analizer

Ben Logan blogan at newcreature.org
Fri Sep 28 05:57:41 EDT 2001


Well, this isn't quite what you're talking about but it might help.
If you happen to use Vim as an editor, you can make abbreviations for
commonly mis-spelled words like this

	:ab finction function

Now whenever you type "finction" Vim will change it to "function".
Save these in a special file, and have your .vimrc read it so that
they are always available.

HTH,
Ben Logan

On Fri, Sep 28, 2001 at 10:04:30AM +0200, Carlos Gaston Alvarez wrote:
> Hi there,
> 
>     I need a tool to analyse if I have done tipos in Python. If I have done
> for example (a.finction() instead of a.function() ). Is there such a tool?
> Wich url?
> 
> Chau & tia,
> 
> Gaston




More information about the Python-list mailing list