From 8d09d7a6fbbf9d4f8e9b70b10188b83600722c10 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Mon, 30 Sep 2013 14:43:36 +0200 Subject: [PATCH] Documentation fix --- src/qpython.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qpython.h b/src/qpython.h index 1f5204b..8723e98 100644 --- a/src/qpython.h +++ b/src/qpython.h @@ -77,7 +77,7 @@ class QPython : public QObject { * \code * import pyotherside * - * pyotherside.call('new-entries', 100, 123) + * pyotherside.send('new-entries', 100, 123) * \endcode * * The event can be captured in QML like this: