From 95d40a3ca336a4e1b66c7ed287ec3f2ef92b201c Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Dec 2020 19:20:23 +0100 Subject: docs: update docstrings for sphinx conformity Remove most references to timeout/callback/ifrom/timeout_callbacks args --- slixmpp/plugins/xep_0085/stanza.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'slixmpp/plugins/xep_0085') diff --git a/slixmpp/plugins/xep_0085/stanza.py b/slixmpp/plugins/xep_0085/stanza.py index d0987308..d0937c06 100644 --- a/slixmpp/plugins/xep_0085/stanza.py +++ b/slixmpp/plugins/xep_0085/stanza.py @@ -14,6 +14,9 @@ class ChatState(ElementBase): """ Example chat state stanzas: + + :: + @@ -22,16 +25,6 @@ class ChatState(ElementBase): - Stanza Interfaces: - chat_state - - Attributes: - states - - Methods: - get_chat_state - set_chat_state - del_chat_state """ name = '' -- cgit v1.2.3