For instance, take this piece of code:
var person = new Person();
or for you Pythonistas:
person = Person()
I
If the Person is a general Person in the context, then "person" is a really good name. Of course if the Person has a specific role in the code then it's better to name her using the role.