Skip to content

Commit

Permalink
Added missing docstrings to aMSNConversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Castellano authored and Boris 'billiob' Faure committed Jun 29, 2009
1 parent 58a791f commit 829320c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amsn2/core/conversation.py
Expand Up @@ -28,8 +28,8 @@ def __init__(self, core, conv_manager, conv = None, contacts_uid = None):
"""
@type core: aMSNCore
@type conv_manager: aMSNConversationManager
@type conv:
@type contacts_uid:
@type conv: papyon.conversation.SwitchboardConversation
@type contacts_uid: list of str
"""

if (contacts_uid is None):
Expand Down

0 comments on commit 829320c

Please sign in to comment.