summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_scripting.ja.adoc4
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