From b23b805dc521edf0dcdd8d4ac6b8b43539aba536 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 27 Feb 2022 20:32:48 +0100 Subject: docs: Fix some wrong references --- slixmpp/plugins/xep_0313/mam.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'slixmpp/plugins') diff --git a/slixmpp/plugins/xep_0313/mam.py b/slixmpp/plugins/xep_0313/mam.py index 02efd3ce..f49ac637 100644 --- a/slixmpp/plugins/xep_0313/mam.py +++ b/slixmpp/plugins/xep_0313/mam.py @@ -149,6 +149,8 @@ class XEP_0313(BasePlugin): """ Iterate over each message of MAM query. + .. versionadded:: 1.8.0 + :param jid: Entity holding the MAM records :param start: MAM query start time :param end: MAM query end time @@ -239,7 +241,7 @@ class XEP_0313(BasePlugin): async def get_fields(self, jid: Optional[JID] = None, **iqkwargs) -> Form: """Get MAM query fields. - .. versionaddedd:: 1.8.0 + .. versionadded:: 1.8.0 :param jid: JID to retrieve the policy from. :return: The Form of allowed options -- cgit v1.2.3