Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 9, 2018
1 parent cbf5703 commit aaa2d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lomond/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __repr__(self):

@property
def session_time(self):
"""Get the time since the WebSocket session started."""
"""Get the time (in seconds) since the WebSocket session started."""
return time.time() - self._start_time

def close(self):
Expand Down

0 comments on commit aaa2d29

Please sign in to comment.