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

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

View file

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