Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
babs committed Jan 29, 2010
1 parent 2a087d3 commit c6e21d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrowl/pyrowl.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def delkey(self, key):

def providerkey(self, providerkey):
"Sets the provider key (and check it has the good length)"
if type(providerkey) == str and len(providerkeey) == 40:
if type(providerkey) == str and len(providerkey) == 40:
self._providerkey = providerkey

def push(self, application="", event="", description="", priority=0, batch_mode=False):
Expand Down

0 comments on commit c6e21d9

Please sign in to comment.