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/fr | |
parent | 92b9533efe3e467f74d170683879fab838bddfe1 (diff) | |
download | weechat-f95a1b72e7785ce1c8e47e14df68706ebb85c17a.zip |
doc: fix note about function "print" in scripting guide
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_scripting.fr.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc index 058a1630c..f5ec58c96 100644 --- a/doc/fr/weechat_scripting.fr.adoc +++ b/doc/fr/weechat_scripting.fr.adoc @@ -769,8 +769,8 @@ weechat.prnt(buffer, "message sur le canal #weechat") ---- [NOTE] -La fonction d'affichage est appelée `print` en -Perl/Ruby/Lua/Tcl/Guile/JavaScript et `prnt` en Python. +La fonction d'affichage est appelée `prnt` en Python et `print` dans les autres +langages. [[buffers_send_text]] ==== Envoyer du texte au tampon |