Skip to content

Fixes #132, typo in the super() call - #133

Merged
yasoob merged 1 commit into
yasoob:masterfrom
lancelote:master
Aug 6, 2016
Merged

Fixes #132, typo in the super() call#133
yasoob merged 1 commit into
yasoob:masterfrom
lancelote:master

Conversation

@lancelote

Copy link
Copy Markdown
Contributor
class email_logit(logit):
    def __init__(...):
        ...
        super(logit, self).__init__(...)  # -> super(email_logit, self).__init__(...)

@yasoob
yasoob merged commit 00d7415 into yasoob:master Aug 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants