about summary refs log tree commit diff stats
path: root/apidocs/python/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-30 01:26:27 +0100
committerJames Booth <boothj5@gmail.com>2016-07-30 01:26:27 +0100
commit56afe214d40983f3c7e44fd262fc6545c4858773 (patch)
treebadab529c76962bb01df2037dc08a28aa32d2f56 /apidocs/python/src
parent645a233aa098edc58c677aa003be2a1178bf9c50 (diff)
downloadprofani-tty-56afe214d40983f3c7e44fd262fc6545c4858773.tar.gz
Fix type in python api docs
Diffstat (limited to 'apidocs/python/src')
-rw-r--r--apidocs/python/src/prof.py2
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:
     ::