You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obj = NameParser("UNILEVER LTD")
obj.full_name # "UNILEVER LTD"
obj.capitalize(force=True)
obj.full_name # "UNILEVER LTD" instead of "Unilever Ltd", even though other internal fields have been updated