Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Reformat doc string for txStatHat.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 27, 2012
1 parent 0ac3961 commit 52e614f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions txstathat.py
Expand Up @@ -25,8 +25,9 @@ class txStatHat(object):
def __init__(self, ezkey):
"""Initialize a txStatHat instance.
*ezkey* is you API key, i.e. your e-mail address by default. Does no
network activity.
Does no network activity.
:param ezkey: your API key, i.e. your e-mail address by default.
"""

Expand Down

0 comments on commit 52e614f

Please sign in to comment.