about summary refs log tree commit diff stats
path: root/apidocs/python/src
diff options
context:
space:
mode:
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:
     ::