diff options
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_scripting.de.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index 3eab42075..ae9cb40aa 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -77,7 +77,10 @@ und die Dokumentation für die Funktion `+hook_process+` in link:weechat_plugin_ ===== Module WeeChat definiert ein `weechat` Module welches mittels `import weechat` -importiert werden muss. +importiert werden muss. + +// TRANSLATION MISSING +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]. ===== Funktionen |