summaryrefslogtreecommitdiff
path: root/doc/data/messages/n/no-self-argument/bad.py
blob: e195060d080efa60986294177bd5307ce691910d (plain)
1
2
3
class Fruit:
    def __init__(this, name):  # [no-self-argument]
        this.name = name