summaryrefslogtreecommitdiff
path: root/doc/de
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/de
parent13cb870b9aded55ce96369f725622743b392de8e (diff)
downloadweechat-168dbaf0209aea3dc27b935cf2bb4d679f5f44ae.zip
doc: add link to Python stub in scripting guide (issue #1377)
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_scripting.de.adoc5
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