summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 36368bb1..fd5df192 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -4074,7 +4074,7 @@ PJ_DECL(pj_status_t) pjsua_enum_snd_devs(pjmedia_snd_dev_info info[],
* @return PJ_SUCCESS on success, or the appropriate error code.
*
* \par Python:
- * The function takes no argument and return a tuple:
+ * The function takes no argument and return an (integer,integer) tuple:
* \code
capture_dev, playback_dev = py_pjsua.get_snd_dev()
* \endcode