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/pl | |
parent | 13cb870b9aded55ce96369f725622743b392de8e (diff) | |
download | weechat-168dbaf0209aea3dc27b935cf2bb4d679f5f44ae.zip |
doc: add link to Python stub in scripting guide (issue #1377)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 5d552112e..e1548b059 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -76,7 +76,10 @@ link:weechat_plugin_api.en.html#_hook_process[Opisu API wtyczek WeeChat] (Angiel ===== Moduł -WeeChat definiuje moduł `weechat`, który należy zaimportowac poprzez `import weechat`. +WeeChat definiuje moduł `weechat`, który należy zaimportowac poprzez `import weechat`. + +// 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]. ===== Funkcje |