summaryrefslogtreecommitdiff
path: root/docs/manual/python
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2015-08-20 11:45:11 +0200
committerMichal Čihař <nijel@debian.org>2015-08-20 11:45:11 +0200
commit7bc932d13fe000a6b895efcbf54105970e1773d0 (patch)
tree987c521a721ef3f051ddb4955634064e6f765d8f /docs/manual/python
parentf435125b5219e4b6140534304115605279bf7ea4 (diff)
Imported Upstream version 1.36.4
Diffstat (limited to 'docs/manual/python')
-rw-r--r--docs/manual/python/gammu.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/python/gammu.rst b/docs/manual/python/gammu.rst
index 8c93203..c472bac 100644
--- a/docs/manual/python/gammu.rst
+++ b/docs/manual/python/gammu.rst
@@ -736,7 +736,8 @@ This module wraps all python-gammu functionality.
.. method:: ReadDevice(Wait)
- Reads data from device.
+ Reads data from device. This should be used in busy wait loop in case you
+ are waiting for incoming events on the device.
:param Wait: Whether to wait, default is not to wait.
:type Wait: bool