summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-04-07 15:19:13 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-04-07 15:19:13 +0200
commit64738bcee90a1f3dbf443a87847c71548b165986 (patch)
treef3518296a4fba3f014053d84f5ea39f2599c0a48 /doc/fr
parent6de98179bc87df4f2da38e36d64a03a1c0f9f623 (diff)
downloadweechat-64738bcee90a1f3dbf443a87847c71548b165986.zip
doc: add version 2.2 in Python example for function string_format_size (plugin API reference)
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index b19787f7c..7f890849b 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -1751,7 +1751,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 Mo" */
free (str);
----
-Script (Python) :
+Script (Python), _WeeChat ≥ 2.2_ :
[source,python]
----