summaryrefslogtreecommitdiffstats
path: root/docs/access_api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/access_api.rst')
-rw-r--r--docs/access_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/access_api.rst b/docs/access_api.rst
index 58fe56ca4..1d013c2c0 100644
--- a/docs/access_api.rst
+++ b/docs/access_api.rst
@@ -15,7 +15,7 @@ retrieving download status, manage queue, manage accounts, modify config and so
This document is not intended to explain every function in detail, for a complete listing
see :class:`Api <pyload.api.Api>`.
-Of course its possible to access the ``core.api`` attribute in plugins and hooks, but much more
+Of course its possible to access the ``core.api`` attribute in plugins and addons, but much more
interesting is the possibillity to call function from different programs written in many different languages.
pyLoad uses thrift as backend and provides its :class:`Api <pyload.api.Api>` as service.