mirror of
https://github.com/profanity-im/profanity.git
synced 2025-10-28 13:27:31 -04: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
|
||||
:type stanza: str or unicode
|
||||
:return: ``True`` if the stanza was sent successfully, ``False`` otherwise
|
||||
:rtype boolean:
|
||||
:rtype: boolean
|
||||
|
||||
Example:
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user