diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-23 16:34:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-23 16:34:26 +0200 |
commit | f95a1b72e7785ce1c8e47e14df68706ebb85c17a (patch) | |
tree | a24d9881e656b36c2cebb73a7071860efe73d80b /doc/pl | |
parent | 92b9533efe3e467f74d170683879fab838bddfe1 (diff) | |
download | weechat-f95a1b72e7785ce1c8e47e14df68706ebb85c17a.zip |
doc: fix note about function "print" in scripting guide
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index fc07420f8..e2228ba23 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -760,9 +760,9 @@ buffer = weechat.info_get("irc_buffer", "freenode,#weechat") weechat.prnt(buffer, "wiadomość na kanale #weechat") ---- +// TRANSLATION MISSING [NOTE] -Funkcja drukująca nazywa się `print` w Perl/Ruby/Lua/Tcl/Guile/JavaScript i -`prnt` w Pythonie. +Print function is called `prnt` in Python and `print` in other languages. [[buffers_send_text]] ==== Wysyłanie tekstu do bufora |