root.title('my nice title') and root.title(string='my nice title') produce the same result... but someOtherToplevel.title('my nice title') works ok but someOtherToplevel.title(string='my nice title') gets the message: unexpected keyword 'string' Did I do it wrong, or is this a known inconsistency? Thanks. Dan.