diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-14 19:02:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-14 19:19:45 +0200 |
commit | 168dbaf0209aea3dc27b935cf2bb4d679f5f44ae (patch) | |
tree | 272c37d45d8a5ea30128e9f1d03f8481400af1c5 /doc/ja | |
parent | 13cb870b9aded55ce96369f725622743b392de8e (diff) | |
download | weechat-168dbaf0209aea3dc27b935cf2bb4d679f5f44ae.zip |
doc: add link to Python stub in scripting guide (issue #1377)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_scripting.ja.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ja/weechat_scripting.ja.adoc b/doc/ja/weechat_scripting.ja.adoc index b7b397b3c..b2c08693e 100644 --- a/doc/ja/weechat_scripting.ja.adoc +++ b/doc/ja/weechat_scripting.ja.adoc @@ -77,7 +77,9 @@ link:weechat_plugin_api.ja.html#_hook_process[WeeChat プラグイン API リフ // TRANSLATION MISSING ===== 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]. // TRANSLATION MISSING ===== Functions |