mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 21:16:21 +00:00
Fix type in python api docs
This commit is contained in:
@@ -374,7 +374,7 @@ def send_stanza(stanza):
|
|||||||
:param stanza: An XMPP stanza
|
:param stanza: An XMPP stanza
|
||||||
:type stanza: str or unicode
|
:type stanza: str or unicode
|
||||||
:return: ``True`` if the stanza was sent successfully, ``False`` otherwise
|
:return: ``True`` if the stanza was sent successfully, ``False`` otherwise
|
||||||
:rtype boolean:
|
:rtype: boolean
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
::
|
::
|
||||||
|
|||||||
Reference in New Issue
Block a user