aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-11 15:30:24 +0100
committerLorenz Diener <[email protected]>2017-12-11 15:30:24 +0100
commitce5b0ca5768c926f73434f157b19cc185471f1af (patch)
treeae729c6dcbdb36f8f6d2b52cacd104a1f5380aac /docs
parent8a8c62a8e787a3a56cff5ebc1cd25075d4cd7712 (diff)
downloadmastodon.py-ce5b0ca5768c926f73434f157b19cc185471f1af.tar.gz
Update docs, fixes #106
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1813f2b..9c669d5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -547,7 +547,8 @@ exception is raised).
547 547
548If async is True, the listener will listen on another thread and these methods 548If async is True, the listener will listen on another thread and these methods
549will return a handle corresponding to the open connection. The 549will return a handle corresponding to the open connection. The
550connection may be closed at any time by calling its close() method. 550connection may be closed at any time by calling the handles close() method, and the
551status of the connection can be verified calling is_alive() on the handle.
551 552
552The streaming functions take instances of `StreamListener` as a parameter. 553The streaming functions take instances of `StreamListener` as a parameter.
553A `CallbackStreamListener` class that allows you to specify function callbacks 554A `CallbackStreamListener` class that allows you to specify function callbacks
Powered by cgit v1.2.3 (git 2.41.0)