1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Fix type in python api docs

This commit is contained in:
James Booth 2016-07-30 01:26:27 +01:00
parent 645a233aa0
commit 56afe214d4

View File

@ -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:
::