summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-14 19:02:12 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-14 19:19:45 +0200
commit168dbaf0209aea3dc27b935cf2bb4d679f5f44ae (patch)
tree272c37d45d8a5ea30128e9f1d03f8481400af1c5 /doc/en
parent13cb870b9aded55ce96369f725622743b392de8e (diff)
downloadweechat-168dbaf0209aea3dc27b935cf2bb4d679f5f44ae.zip
doc: add link to Python stub in scripting guide (issue #1377)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_scripting.en.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc
index 71a593ef1..29be944f2 100644
--- a/doc/en/weechat_scripting.en.adoc
+++ b/doc/en/weechat_scripting.en.adoc
@@ -70,7 +70,9 @@ link:weechat_plugin_api.en.html#_hook_process[WeeChat plugin API reference].
===== Module
-WeeChat defines a `weechat` module which must be imported with `import weechat`.
+WeeChat defines a `weechat` module which must be imported with `import weechat`. +
+A Python stub for WeeChat API is available in the repository:
+https://raw.githubusercontent.com/weechat/weechat/master/src/plugins/python/weechat.pyi[weechat.pyi].
===== Functions