Skip to content

Commit

Permalink
Added periods for first lines of docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lenards committed Nov 13, 2013
1 parent 3cd41da commit a7f7d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KISSmetrics/client_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, key, host=None, http_timeout=None, logging=True):
self.identity = None

def identify(self, identity):
"""Define identity for subsequent calls
"""Define identity for subsequent calls.
:param identity: identifying info (email, user-id, anonymous-id)
:type identity: str or unicode
Expand Down Expand Up @@ -131,7 +131,7 @@ def log_file(self):
return '/tmp/kissmetrics_error.log'

def reset(self):
"""Reset `identity` and `key` attributes
"""Reset `identity` and `key` attributes.
.. warning::
Expand Down
2 changes: 1 addition & 1 deletion KISSmetrics/query_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def create_query(key, person, event=None, timestamp=None,
identity=None, properties=None):
"""Build and encode query string
"""Build and encode query string.
:param key: API key for product, found on the
"KISSmetrics Settings".
Expand Down

0 comments on commit a7f7d7b

Please sign in to comment.