diff options
author | James Booth <boothj5@gmail.com> | 2016-07-30 01:26:27 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-30 01:26:27 +0100 |
commit | 56afe214d40983f3c7e44fd262fc6545c4858773 (patch) | |
tree | badab529c76962bb01df2037dc08a28aa32d2f56 /apidocs/python | |
parent | 645a233aa098edc58c677aa003be2a1178bf9c50 (diff) | |
download | profani-tty-56afe214d40983f3c7e44fd262fc6545c4858773.tar.gz |
Fix type in python api docs
Diffstat (limited to 'apidocs/python')
-rw-r--r-- | apidocs/python/src/prof.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apidocs/python/src/prof.py b/apidocs/python/src/prof.py index e19f5522..99d00a94 100644 --- a/apidocs/python/src/prof.py +++ b/apidocs/python/src/prof.py @@ -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: :: |