Fix formatting

This commit is contained in:
Joscha 2016-05-20 13:03:33 +02:00
parent f38c62e8db
commit 2d0a7aa87a
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ class Messages():
def __init__(self, message_limit=500):
"""
message_limit - maximum amount of messages that will be stored at a time
None - no limit
None - no limit
"""
self.message_limit = message_limit

View file

@ -131,7 +131,7 @@ class Room():
def get_session(self, sid):
"""
get_session(session_id) -> session
get_session(session_id) -> Session
Returns the session with that id.
"""

View file

@ -33,7 +33,7 @@ class Sessions():
def get(self, sid):
"""
get(session_id) -> session
get(session_id) -> Session
Returns the session with that id.
"""